summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2016-05-041-0/+15
|\ \ \ \ \ \ \
| * | | | | | | net_sched: act_mirred: add helper inlines to access tcf_mirred infoSridhar Samudrala2016-05-041-0/+15
* | | | | | | | tcp: fix lockdep splat in tcp_snd_una_update()Eric Dumazet2016-05-041-1/+6
* | | | | | | | gre: receive also TEB packets for lwtunnelsJiri Benc2016-05-041-0/+1
* | | | | | | | gre: change gre_parse_header to return the header lengthJiri Benc2016-05-041-1/+1
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-041-1/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | / / / / | | |_|/ / / / | |/| | | | |
| * | | | | | vxlan: Add checksum check to the features check functionAlexander Duyck2016-05-031-1/+3
* | | | | | | ipv6: add new struct ipcm6_cookieWei Wang2016-05-032-8/+13
* | | | | | | net: add __sock_wfree() helperEric Dumazet2016-05-031-0/+1
* | | | | | | net: rtnetlink: add linkxstats callbacks and attributeNikolay Aleksandrov2016-05-021-0/+7
* | | | | | | ipv6: Generic tunnel cleanupTom Herbert2016-05-021-1/+4
* | | | | | | gre: Create common functions for transmitTom Herbert2016-05-021-0/+44
* | | | | | | ipv6: Create ip6_tnl_xmitTom Herbert2016-05-021-0/+2
* | | | | | | gre: Move utility functions to common headersTom Herbert2016-05-021-0/+60
* | | | | | | ipv6: Cleanup IPv6 tunnel receive pathTom Herbert2016-05-021-0/+4
* | | | | | | tcp: make tcp_sendmsg() aware of socket backlogEric Dumazet2016-05-021-0/+11
* | | | | | | sctp: signal sk_data_ready earlier on data chunks receptionMarcelo Ricardo Leitner2016-05-011-1/+1
* | | | | | | net: dsa: Provide CPU port statistics to master netdevFlorian Fainelli2016-04-281-0/+5
* | | | | | | fq: split out backlog update logicMichal Kazior2016-04-281-11/+19
* | | | | | | tcp: Make use of MSG_EOR in tcp_sendmsgMartin KaFai Lau2016-04-281-1/+7
* | | | | | | net: snmp: fix 64bit stats on 32bit archesEric Dumazet2016-04-281-4/+4
* | | | | | | net: SOCKWQ_ASYNC_WAITDATA optimizationsEric Dumazet2016-04-271-2/+4
* | | | | | | net: SOCKWQ_ASYNC_NOSPACE optimizationsEric Dumazet2016-04-271-0/+6
* | | | | | | net: snmp: kill STATS_BH macrosEric Dumazet2016-04-277-44/+44
* | | | | | | ipv6: kill ICMP6MSGIN_INC_STATS_BH()Eric Dumazet2016-04-271-3/+1
* | | | | | | ipv6: rename IP6_UPD_PO_STATS_BH()Eric Dumazet2016-04-271-1/+1
* | | | | | | ipv6: rename IP6_INC_STATS_BH()Eric Dumazet2016-04-271-2/+2
* | | | | | | net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet2016-04-272-4/+4
* | | | | | | net: rename IP_UPD_PO_STATS_BH()Eric Dumazet2016-04-271-1/+1
* | | | | | | net: rename IP_ADD_STATS_BH()Eric Dumazet2016-04-271-1/+1
* | | | | | | net: rename ICMP6_INC_STATS_BH()Eric Dumazet2016-04-271-1/+1
* | | | | | | net: rename IP_INC_STATS_BH()Eric Dumazet2016-04-271-1/+1
* | | | | | | net: sctp: rename SCTP_INC_STATS_BH()Eric Dumazet2016-04-271-1/+1
* | | | | | | net: icmp: rename ICMPMSGIN_INC_STATS_BH()Eric Dumazet2016-04-271-1/+1
* | | | | | | net: tcp: rename TCP_INC_STATS_BHEric Dumazet2016-04-271-1/+1
* | | | | | | net: xfrm: kill XFRM_INC_STATS_BH()Eric Dumazet2016-04-271-2/+0
* | | | | | | net: udp: rename UDP_INC_STATS_BH()Eric Dumazet2016-04-271-6/+6
* | | | | | | net: rename ICMP_INC_STATS_BH()Eric Dumazet2016-04-271-1/+1
* | | | | | | net: snmp: kill various STATS_USER() helpersEric Dumazet2016-04-276-34/+16
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-271-0/+4
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | switchdev: Adding complete operation to deferred switchdev opsElad Raz2016-04-241-0/+4
* | | | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2016-04-263-3/+46
|\ \ \ \ \ \ \
| * | | | | | | Bluetooth: Add defines for SPI and I2CJohan Hedberg2016-04-221-0/+2
| * | | | | | | 6lowpan: move mac802154 headerAlexander Aring2016-04-131-0/+3
| * | | | | | | 6lowpan: move eui64 uncompress functionAlexander Aring2016-04-131-0/+16
| * | | | | | | 6lowpan: move lowpan_802154_dev to 6lowpanAlexander Aring2016-04-131-0/+12
| * | | | | | | 6lowpan: change naming for lowpan private dataAlexander Aring2016-04-131-3/+3
| * | | | | | | ieee802154: add short address helpersAlexander Aring2016-04-131-0/+10
* | | | | | | | sched: align nlattr properly when neededNicolas Dichtel2016-04-261-2/+4
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | fq: add fair queuing frameworkMichal Kazior2016-04-252-0/+364
OpenPOWER on IntegriCloud