summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net/switchdev: Export the same parent ID service functionOr Gerlitz2016-07-141-2/+3
* sctp: only check for ECN if peer is using itMarcelo Ricardo Leitner2016-07-141-3/+2Star
* sctp: do not clear chunk->ecn_ce_done flagMarcelo Ricardo Leitner2016-07-141-1/+0Star
* sctp: avoid identifying address family many times for a chunkMarcelo Ricardo Leitner2016-07-144-21/+8Star
* sctp: allow GSO frags to access the chunk tooMarcelo Ricardo Leitner2016-07-146-10/+30
* sctp: reorder sctp_ulpevent and shrink msg_flagsMarcelo Ricardo Leitner2016-07-141-2/+2
* sctp: allow others to use sctp_input_cbMarcelo Ricardo Leitner2016-07-141-11/+0Star
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2016-07-1415-179/+211
|\
| * Bluetooth: Increment management interface revisionJohan Hedberg2016-07-131-1/+1
| * Bluetooth: Add Authentication Failed reason to Disconnected Mgmt eventSzymon Janc2016-07-131-1/+15
| * Bluetooth: Rename HCI_BREDR into HCI_PRIMARYMarcel Holtmann2016-07-096-27/+25Star
| * Bluetooth: Remove controller device attributesMarcel Holtmann2016-07-091-54/+0Star
| * Bluetooth: Remove connection link attributesMarcel Holtmann2016-07-091-45/+0Star
| * 6lowpan: ndisc: set invalid unicast short addr to unspecAlexander Aring2016-07-081-2/+5
| * ieee802154: 6lowpan: fix intra pan id checkAlexander Aring2016-07-081-1/+1
| * Bluetooth: Fix hci_sock_recvmsg return valueDenis Kenzior2016-07-081-0/+5
| * Bluetooth: Fix bt_sock_recvmsg return valueDenis Kenzior2016-07-081-0/+5
| * ieee802154: allow netns create of lowpan interfaceAlexander Aring2016-07-081-2/+1Star
| * ieee802154: add netns supportAlexander Aring2016-07-083-6/+120
| * 6lowpan: ndisc: add missing 802.15.4 only checkAlexander Aring2016-07-081-0/+3
| * 6lowpan: ndisc: fix double read unlockAlexander Aring2016-07-081-1/+2
| * Bluetooth: Switch SMP to crypto_cipher_encrypt_one()Andy Lutomirski2016-07-081-39/+28Star
* | devlink: add hardware messages tracing facilityJiri Pirko2016-07-121-0/+4
* | net: dsa: Fix non static symbol warningWei Yongjun2016-07-121-1/+1
* | rxrpc: Fix error handling in af_rxrpc_init()Wei Yongjun2016-07-121-2/+2
* | ipv4: af_inet: make it explicitly non-modularPaul Gortmaker2016-07-121-4/+1Star
* | tunnels: correct conditional build of MPLS and IPv6Simon Horman2016-07-111-12/+13
* | sctp: implement prsctp PRIO policyXin Long2016-07-114-1/+105
* | sctp: implement prsctp RTX policyXin Long2016-07-112-0/+6
* | sctp: implement prsctp TTL policyXin Long2016-07-114-5/+33
* | sctp: add SCTP_PR_ASSOC_STATUS on sctp sockoptXin Long2016-07-111-0/+62
* | sctp: add SCTP_DEFAULT_PRINFO into sctp sockoptXin Long2016-07-111-0/+91
* | sctp: add SCTP_PR_SUPPORTED on sctp sockoptXin Long2016-07-114-6/+88
* | ipv6: do not abuse GFP_ATOMIC in inet6_netconf_notify_devconf()Eric Dumazet2016-07-102-8/+9
* | ipv4: do not abuse GFP_ATOMIC in inet_netconf_notify_devconf()Eric Dumazet2016-07-101-6/+6
* | net: tracepoint napi:napi_poll add work and budgetJesper Dangaard Brouer2016-07-103-4/+5
* | mpls: allow routes on ipip and sit devicesSimon Horman2016-07-091-2/+4
* | ipip: support MPLS over IPv4Simon Horman2016-07-091-16/+121
* | sit: support MPLS over IPv4Simon Horman2016-07-091-16/+77
* | tunnels: support MPLS over IPv4 tunnelsSimon Horman2016-07-091-10/+67
* | net: bridge: extend MLD/IGMP query statsNikolay Aleksandrov2016-07-094-19/+43
* | sctp: fix panic when sending auth chunksMarcelo Ricardo Leitner2016-07-091-3/+15
* | net: dsa: initialize the routing tableVivien Didelot2016-07-092-1/+12
* | Merge tag 'rxrpc-rewrite-20160706' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2016-07-0917-1058/+986Star
|\ \
| * | rxrpc: Kill off the call hash tableDavid Howells2016-07-062-184/+2Star
| * | rxrpc: Use RCU to access a peer's service connection treeDavid Howells2016-07-066-180/+224
| * | rxrpc: Move data_ready peer lookup into rxrpc_find_connection()David Howells2016-07-064-74/+59Star
| * | rxrpc: Prune the contents of the rxrpc_conn_proto structDavid Howells2016-07-064-27/+8Star
| * | rxrpc: Maintain an extra ref on a conn for the cache listDavid Howells2016-07-064-58/+97
| * | rxrpc: Move peer lookup from call-accept to new-incoming-connDavid Howells2016-07-064-26/+51