aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-28net: dsa: Provide CPU port statistics to master netdevFlorian Fainelli1-0/+5
2016-04-28fq: split out backlog update logicMichal Kazior1-11/+19
2016-04-28tcp: Make use of MSG_EOR in tcp_sendmsgMartin KaFai Lau1-1/+7
2016-04-28net: snmp: fix 64bit stats on 32bit archesEric Dumazet1-4/+4
2016-04-27net: SOCKWQ_ASYNC_WAITDATA optimizationsEric Dumazet1-2/+4
2016-04-27net: SOCKWQ_ASYNC_NOSPACE optimizationsEric Dumazet1-0/+6
2016-04-27net: snmp: kill STATS_BH macrosEric Dumazet7-44/+44
2016-04-27ipv6: kill ICMP6MSGIN_INC_STATS_BH()Eric Dumazet1-3/+1
2016-04-27ipv6: rename IP6_UPD_PO_STATS_BH()Eric Dumazet1-1/+1
2016-04-27ipv6: rename IP6_INC_STATS_BH()Eric Dumazet1-2/+2
2016-04-27net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet2-4/+4
2016-04-27net: rename IP_UPD_PO_STATS_BH()Eric Dumazet1-1/+1
2016-04-27net: rename IP_ADD_STATS_BH()Eric Dumazet1-1/+1
2016-04-27net: rename ICMP6_INC_STATS_BH()Eric Dumazet1-1/+1
2016-04-27net: rename IP_INC_STATS_BH()Eric Dumazet1-1/+1
2016-04-27net: sctp: rename SCTP_INC_STATS_BH()Eric Dumazet1-1/+1
2016-04-27net: icmp: rename ICMPMSGIN_INC_STATS_BH()Eric Dumazet1-1/+1
2016-04-27net: tcp: rename TCP_INC_STATS_BHEric Dumazet1-1/+1
2016-04-27net: xfrm: kill XFRM_INC_STATS_BH()Eric Dumazet1-2/+0
2016-04-27net: udp: rename UDP_INC_STATS_BH()Eric Dumazet1-6/+6
2016-04-27net: rename ICMP_INC_STATS_BH()Eric Dumazet1-1/+1
2016-04-27net: snmp: kill various STATS_USER() helpersEric Dumazet6-34/+16
2016-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2016-04-26Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller3-3/+46
2016-04-26sched: align nlattr properly when neededNicolas Dichtel1-2/+4
2016-04-25fq: add fair queuing frameworkMichal Kazior2-0/+364
2016-04-25codel: split into multiple filesMichal Kazior3-223/+328
2016-04-25codel: generalize the implementationMichal Kazior1-25/+39
2016-04-25route: move lwtunnel state to a single placeJiri Benc1-4/+1
2016-04-25soreuseport: Resolve merge conflict for v4/v6 ordering fixCraig Gallek1-1/+5
2016-04-25sock: relax WARN_ON() in sock_owned_by_user()Eric Dumazet1-1/+1
2016-04-24tcp-tso: do not split TSO packets at retransmit timeEric Dumazet1-2/+2
2016-04-24switchdev: Adding complete operation to deferred switchdev opsElad Raz1-0/+4
2016-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-3/+2
2016-04-23libnl: add nla_put_u64_64bit() helperNicolas Dichtel1-0/+13
2016-04-23libnl: nla_put_msecs(): align on a 64-bit areaNicolas Dichtel1-4/+7
2016-04-23libnl: nla_put_s64(): align on a 64-bit areaNicolas Dichtel1-4/+7
2016-04-23libnl: nla_put_net64(): align on a 64-bit areaNicolas Dichtel1-8/+6
2016-04-23libnl: nla_put_be64(): align on a 64-bit areaNicolas Dichtel1-4/+11
2016-04-23libnl: nla_put_le64(): align on a 64-bit areaNicolas Dichtel2-3/+11
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-4/+27
2016-04-22Bluetooth: Add defines for SPI and I2CJohan Hedberg1-0/+2
2016-04-21geneve: break dependency with netdev driversHannes Frederic Sowa1-4/+2
2016-04-21vxlan: break dependency with netdev driversHannes Frederic Sowa1-4/+2
2016-04-21tcp: Merge tx_flags and tskey in tcp_shifted_skbMartin KaFai Lau1-0/+2
2016-04-21libnl: add more helpers to align attributes on 64-bitNicolas Dichtel1-8/+31
2016-04-21net: dsa: remove tag_protocol from dsa_switchVivien Didelot1-5/+0
2016-04-20net: nla_align_64bit() needs to test the right pointer.David S. Miller1-1/+1
2016-04-20net: fix HAVE_EFFICIENT_UNALIGNED_ACCESS typosEric Dumazet1-8/+11
2016-04-19cls_cgroup: get sk_classid only from full socketsKonstantin Khlebnikov1-2/+5