summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: bridge: drop skb2/skb0 variables and use a local_rcv booleanNikolay Aleksandrov2016-07-163-37/+33
* net: bridge: rearrange flood vs unicast receive pathsNikolay Aleksandrov2016-07-161-15/+14
* net: bridge: minor style adjustments in br_handle_frame_finishNikolay Aleksandrov2016-07-161-10/+8
* tcp_timer.c: Add kernel-doc function descriptionsRichard Sailer2016-07-151-17/+64
* bpf: avoid stack copy and use skb ctx for event outputDaniel Borkmann2016-07-151-1/+42
* rxrpc: checking for IS_ERR() instead of NULLDan Carpenter2016-07-151-1/+1
* RDS: TCP: Enable multipath RDS for TCPSowmini Varadhan2016-07-1511-30/+257
* RDS: TCP: Reduce code duplication in rds_tcp_reset_callbacks()Sowmini Varadhan2016-07-151-18/+4
* RDS: TCP: avoid bad page reference in rds_tcp_listen_data_readySowmini Varadhan2016-07-153-0/+10
* 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-131-3/+2
* sctp: do not clear chunk->ecn_ce_done flagMarcelo Ricardo Leitner2016-07-131-1/+0
* sctp: avoid identifying address family many times for a chunkMarcelo Ricardo Leitner2016-07-134-21/+8
* sctp: allow GSO frags to access the chunk tooMarcelo Ricardo Leitner2016-07-136-10/+30
* sctp: reorder sctp_ulpevent and shrink msg_flagsMarcelo Ricardo Leitner2016-07-131-2/+2
* sctp: allow others to use sctp_input_cbMarcelo Ricardo Leitner2016-07-131-11/+0
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2016-07-1315-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/+25
| * Bluetooth: Remove controller device attributesMarcel Holtmann2016-07-091-54/+0
| * Bluetooth: Remove connection link attributesMarcel Holtmann2016-07-091-45/+0
| * 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/+1
| * 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/+28
* | 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-111-4/+1
* | 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-092-8/+9
* | ipv4: do not abuse GFP_ATOMIC in inet_netconf_notify_devconf()Eric Dumazet2016-07-091-6/+6
* | net: tracepoint napi:napi_poll add work and budgetJesper Dangaard Brouer2016-07-093-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