summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2016-05-04gre: receive also TEB packets for lwtunnelsJiri Benc1-0/+1
2016-05-04gre: change gre_parse_header to return the header lengthJiri Benc1-1/+1
2016-05-04net_sched: act_mirred: add helper inlines to access tcf_mirred infoSridhar Samudrala1-0/+15
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2016-05-04nfc: nci: Add nci_nfcc_loopback to the nci coreChristophe Ricard1-0/+2
2016-05-04nfc: nci: Add an additional parameter to identify a connection idChristophe Ricard1-3/+12
2016-05-03ipv6: add new struct ipcm6_cookieWei Wang2-8/+13
2016-05-03net: add __sock_wfree() helperEric Dumazet1-0/+1
2016-05-03vxlan: Add checksum check to the features check functionAlexander Duyck1-1/+3
2016-05-03net: rtnetlink: add linkxstats callbacks and attributeNikolay Aleksandrov1-0/+7
2016-05-03ipv6: Generic tunnel cleanupTom Herbert1-1/+4
2016-05-03gre: Create common functions for transmitTom Herbert1-0/+44
2016-05-03ipv6: Create ip6_tnl_xmitTom Herbert1-0/+2
2016-05-03gre: Move utility functions to common headersTom Herbert1-0/+60
2016-05-03ipv6: Cleanup IPv6 tunnel receive pathTom Herbert1-0/+4
2016-05-03tcp: make tcp_sendmsg() aware of socket backlogEric Dumazet1-0/+11
2016-05-02sctp: signal sk_data_ready earlier on data chunks receptionMarcelo Ricardo Leitner1-1/+1
2016-04-29net: dsa: Provide CPU port statistics to master netdevFlorian Fainelli1-0/+5
2016-04-29fq: 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-28net: SOCKWQ_ASYNC_WAITDATA optimizationsEric Dumazet1-2/+4
2016-04-28net: SOCKWQ_ASYNC_NOSPACE optimizationsEric Dumazet1-0/+6
2016-04-28net: snmp: kill STATS_BH macrosEric Dumazet7-44/+44
2016-04-28ipv6: kill ICMP6MSGIN_INC_STATS_BH()Eric Dumazet1-3/+1
2016-04-28ipv6: rename IP6_UPD_PO_STATS_BH()Eric Dumazet1-1/+1
2016-04-28ipv6: rename IP6_INC_STATS_BH()Eric Dumazet1-2/+2
2016-04-28net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet2-4/+4
2016-04-28net: rename IP_UPD_PO_STATS_BH()Eric Dumazet1-1/+1
2016-04-28net: rename IP_ADD_STATS_BH()Eric Dumazet1-1/+1
2016-04-28net: rename ICMP6_INC_STATS_BH()Eric Dumazet1-1/+1
2016-04-28net: rename IP_INC_STATS_BH()Eric Dumazet1-1/+1
2016-04-28net: sctp: rename SCTP_INC_STATS_BH()Eric Dumazet1-1/+1
2016-04-28net: icmp: rename ICMPMSGIN_INC_STATS_BH()Eric Dumazet1-1/+1
2016-04-28net: tcp: rename TCP_INC_STATS_BHEric Dumazet1-1/+1
2016-04-28net: xfrm: kill XFRM_INC_STATS_BH()Eric Dumazet1-2/+0
2016-04-28net: udp: rename UDP_INC_STATS_BH()Eric Dumazet1-6/+6
2016-04-28net: rename ICMP_INC_STATS_BH()Eric Dumazet1-1/+1
2016-04-28net: 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/...David 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