summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-07-20net/ncsi: NCSI command packet handlerGavin Shan4-1/+558
2016-07-20net/ncsi: Resource managementGavin Shan6-0/+710
2016-07-20net: dsa: support switchdev ageing time attrVivien Didelot1-0/+41
2016-07-20net: ip_finish_output_gso: If skb_gso_network_seglen exceeds MTU, allow segme...Shmulik Ladkani1-0/+9
2016-07-20net/ipv4: Introduce IPSKB_FRAG_SEGS bit to inet_skb_parm.flagsShmulik Ladkani3-4/+6
2016-07-17sctp: fix GSO for IPv6Marcelo Ricardo Leitner1-1/+22
2016-07-17sctp: recvmsg should be able to run even if sock is in closing stateMarcelo Ricardo Leitner1-15/+17
2016-07-17net: ipmr/ip6mr: add support for keeping an entry ageNikolay Aleksandrov2-8/+18
2016-07-17net: bridge: remove _deliver functions and consolidate forward codeNikolay Aleksandrov5-153/+94
2016-07-17net: bridge: drop skb2/skb0 variables and use a local_rcv booleanNikolay Aleksandrov3-37/+33
2016-07-17net: bridge: rearrange flood vs unicast receive pathsNikolay Aleksandrov1-15/+14
2016-07-17net: bridge: minor style adjustments in br_handle_frame_finishNikolay Aleksandrov1-10/+8
2016-07-16tcp_timer.c: Add kernel-doc function descriptionsRichard Sailer1-17/+64
2016-07-16bpf: avoid stack copy and use skb ctx for event outputDaniel Borkmann1-1/+42
2016-07-16rxrpc: checking for IS_ERR() instead of NULLDan Carpenter1-1/+1
2016-07-15RDS: TCP: Enable multipath RDS for TCPSowmini Varadhan11-30/+257
2016-07-15RDS: TCP: Reduce code duplication in rds_tcp_reset_callbacks()Sowmini Varadhan1-18/+4
2016-07-15RDS: TCP: avoid bad page reference in rds_tcp_listen_data_readySowmini Varadhan3-0/+10
2016-07-14net/switchdev: Export the same parent ID service functionOr Gerlitz1-2/+3
2016-07-14sctp: only check for ECN if peer is using itMarcelo Ricardo Leitner1-3/+2
2016-07-14sctp: do not clear chunk->ecn_ce_done flagMarcelo Ricardo Leitner1-1/+0
2016-07-14sctp: avoid identifying address family many times for a chunkMarcelo Ricardo Leitner4-21/+8
2016-07-14sctp: allow GSO frags to access the chunk tooMarcelo Ricardo Leitner6-10/+30
2016-07-14sctp: reorder sctp_ulpevent and shrink msg_flagsMarcelo Ricardo Leitner1-2/+2
2016-07-14sctp: allow others to use sctp_input_cbMarcelo Ricardo Leitner1-11/+0
2016-07-14Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller15-179/+211
2016-07-13Bluetooth: Increment management interface revisionJohan Hedberg1-1/+1
2016-07-13Bluetooth: Add Authentication Failed reason to Disconnected Mgmt eventSzymon Janc1-1/+15
2016-07-13devlink: add hardware messages tracing facilityJiri Pirko1-0/+4
2016-07-12net: dsa: Fix non static symbol warningWei Yongjun1-1/+1
2016-07-12rxrpc: Fix error handling in af_rxrpc_init()Wei Yongjun1-2/+2
2016-07-12ipv4: af_inet: make it explicitly non-modularPaul Gortmaker1-4/+1
2016-07-11tunnels: correct conditional build of MPLS and IPv6Simon Horman1-12/+13
2016-07-11sctp: implement prsctp PRIO policyXin Long4-1/+105
2016-07-11sctp: implement prsctp RTX policyXin Long2-0/+6
2016-07-11sctp: implement prsctp TTL policyXin Long4-5/+33
2016-07-11sctp: add SCTP_PR_ASSOC_STATUS on sctp sockoptXin Long1-0/+62
2016-07-11sctp: add SCTP_DEFAULT_PRINFO into sctp sockoptXin Long1-0/+91
2016-07-11sctp: add SCTP_PR_SUPPORTED on sctp sockoptXin Long4-6/+88
2016-07-10ipv6: do not abuse GFP_ATOMIC in inet6_netconf_notify_devconf()Eric Dumazet2-8/+9
2016-07-10ipv4: do not abuse GFP_ATOMIC in inet_netconf_notify_devconf()Eric Dumazet1-6/+6
2016-07-10net: tracepoint napi:napi_poll add work and budgetJesper Dangaard Brouer3-4/+5
2016-07-10mpls: allow routes on ipip and sit devicesSimon Horman1-2/+4
2016-07-10ipip: support MPLS over IPv4Simon Horman1-16/+121
2016-07-10sit: support MPLS over IPv4Simon Horman1-16/+77
2016-07-10tunnels: support MPLS over IPv4 tunnelsSimon Horman1-10/+67
2016-07-10net: bridge: extend MLD/IGMP query statsNikolay Aleksandrov4-19/+43
2016-07-09Bluetooth: Rename HCI_BREDR into HCI_PRIMARYMarcel Holtmann6-27/+25
2016-07-09Bluetooth: Remove controller device attributesMarcel Holtmann1-54/+0
2016-07-09Bluetooth: Remove connection link attributesMarcel Holtmann1-45/+0