summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2016-04-27net: rename IP_INC_STATS_BH()Eric Dumazet-1/+1
2016-04-27net: sctp: rename SCTP_INC_STATS_BH()Eric Dumazet-1/+1
2016-04-27net: icmp: rename ICMPMSGIN_INC_STATS_BH()Eric Dumazet-1/+1
2016-04-27net: tcp: rename TCP_INC_STATS_BHEric Dumazet-1/+1
2016-04-27net: xfrm: kill XFRM_INC_STATS_BH()Eric Dumazet-2/+0
2016-04-27net: udp: rename UDP_INC_STATS_BH()Eric Dumazet-6/+6
2016-04-27net: rename ICMP_INC_STATS_BH()Eric Dumazet-1/+1
2016-04-27net: snmp: kill various STATS_USER() helpersEric Dumazet-34/+16
2016-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+4
2016-04-26Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller-3/+46
2016-04-26sched: align nlattr properly when neededNicolas Dichtel-2/+4
2016-04-26cfg80211: Add option to report the bss entry in connect resultKanchanapally, Vidyullatha-4/+35
2016-04-26cfg80211/nl80211: Add support for NL80211_STA_INFO_RX_DURATIONMohammed Shafi Shajakhan-1/+3
2016-04-25fq: add fair queuing frameworkMichal Kazior-0/+364
2016-04-25codel: split into multiple filesMichal Kazior-223/+328
2016-04-25codel: generalize the implementationMichal Kazior-25/+39
2016-04-25route: move lwtunnel state to a single placeJiri Benc-4/+1
2016-04-25soreuseport: Resolve merge conflict for v4/v6 ordering fixCraig Gallek-1/+5
2016-04-25sock: relax WARN_ON() in sock_owned_by_user()Eric Dumazet-1/+1
2016-04-25Merge tag 'ipvs-for-v4.7' of https://git.kernel.org/pub/scm/linux/kernel/git/...Pablo Neira Ayuso-0/+17
2016-04-25netfilter: conntrack: use get_random_once for conntrack hash seedFlorian Westphal-2/+0
2016-04-25netfilter: conntrack: move generation seqcnt out of netns_ctFlorian Westphal-1/+0
2016-04-24tcp-tso: do not split TSO packets at retransmit timeEric Dumazet-2/+2
2016-04-24switchdev: Adding complete operation to deferred switchdev opsElad Raz-0/+4
2016-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-3/+2
2016-04-23libnl: add nla_put_u64_64bit() helperNicolas Dichtel-0/+13
2016-04-23libnl: nla_put_msecs(): align on a 64-bit areaNicolas Dichtel-4/+7
2016-04-23libnl: nla_put_s64(): align on a 64-bit areaNicolas Dichtel-4/+7
2016-04-23libnl: nla_put_net64(): align on a 64-bit areaNicolas Dichtel-8/+6
2016-04-23libnl: nla_put_be64(): align on a 64-bit areaNicolas Dichtel-4/+11
2016-04-23libnl: nla_put_le64(): align on a 64-bit areaNicolas Dichtel-3/+11
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+27
2016-04-22Bluetooth: Add defines for SPI and I2CJohan Hedberg-0/+2
2016-04-21geneve: break dependency with netdev driversHannes Frederic Sowa-4/+2
2016-04-21vxlan: break dependency with netdev driversHannes Frederic Sowa-4/+2
2016-04-21tcp: Merge tx_flags and tskey in tcp_shifted_skbMartin KaFai Lau-0/+2
2016-04-21libnl: add more helpers to align attributes on 64-bitNicolas Dichtel-8/+31
2016-04-21net: dsa: remove tag_protocol from dsa_switchVivien Didelot-5/+0
2016-04-20net: nla_align_64bit() needs to test the right pointer.David S. Miller-1/+1
2016-04-20net: fix HAVE_EFFICIENT_UNALIGNED_ACCESS typosEric Dumazet-8/+11
2016-04-20ipvs: handle connections started by real-serversMarco Angaroni-0/+17
2016-04-19cls_cgroup: get sk_classid only from full socketsKonstantin Khlebnikov-2/+5
2016-04-19net: Add helpers for 64-bit aligning netlink attributes.David S. Miller-0/+37
2016-04-18netfilter: connlabels: change nf_connlabels_get bit arg to 'highest used'Florian Westphal-2/+2
2016-04-18netfilter: connlabels: move helpers to xt_connlabelFlorian Westphal-1/+0
2016-04-17net: dsa: constify probed nameVivien Didelot-2/+3
2016-04-16ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skbAlexander Duyck-3/+2
2016-04-16vxlan: synchronously and race-free destruction of vxlan socketsHannes Frederic Sowa-2/+0
2016-04-15sctp: export some apis or variables for sctp_diag and reuse some for procXin Long-0/+13
2016-04-15sctp: add sctp_info dump api for sctp_diagXin Long-0/+3