aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-02net: rtnetlink: add linkxstats callbacks and attributeNikolay Aleksandrov1-0/+7
2016-05-02ipv6: Generic tunnel cleanupTom Herbert1-1/+4
2016-05-02gre: Create common functions for transmitTom Herbert1-0/+44
2016-05-02ipv6: Create ip6_tnl_xmitTom Herbert1-0/+2
2016-05-02gre: Move utility functions to common headersTom Herbert1-0/+60
2016-05-02ipv6: Cleanup IPv6 tunnel receive pathTom Herbert1-0/+4
2016-05-02tcp: make tcp_sendmsg() aware of socket backlogEric Dumazet1-0/+11
2016-05-01sctp: signal sk_data_ready earlier on data chunks receptionMarcelo Ricardo Leitner1-1/+1
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-26cfg80211: Add option to report the bss entry in connect resultKanchanapally, Vidyullatha1-4/+35
2016-04-26cfg80211/nl80211: Add support for NL80211_STA_INFO_RX_DURATIONMohammed Shafi Shajakhan1-1/+3
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-25Merge tag 'ipvs-for-v4.7' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-nextPablo Neira Ayuso1-0/+17
2016-04-25netfilter: conntrack: use get_random_once for conntrack hash seedFlorian Westphal1-2/+0
2016-04-25netfilter: conntrack: move generation seqcnt out of netns_ctFlorian Westphal1-1/+0
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