summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-04-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds6-55/+55
2016-04-28net: dsa: Provide CPU port statistics to master netdevFlorian Fainelli1-0/+88
2016-04-28tcp: give prequeue mode some careEric Dumazet1-5/+5
2016-04-28gre: reject GUE and FOU in collect metadata modeJiri Benc1-0/+5
2016-04-28gre: build header correctly for collect metadata tunnelsJiri Benc1-4/+5
2016-04-28gre: do not assign header_ops in collect metadata modeJiri Benc1-2/+3
2016-04-28Merge tag 'mac80211-for-davem-2016-04-27' of git://git.kernel.org/pub/scm/lin...David S. Miller1-2/+2
2016-04-28tipc: remove an unnecessary NULL checkDan Carpenter1-2/+1
2016-04-28Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller5-4/+23
2016-04-28tuntap: calculate rps hash only when neededJason Wang1-0/+1
2016-04-28tcp: Handle eor bit when fragmenting a skbMartin KaFai Lau1-0/+9
2016-04-28tcp: Handle eor bit when coalescing skbMartin KaFai Lau2-0/+8
2016-04-28tcp: Make use of MSG_EOR in tcp_sendmsgMartin KaFai Lau1-2/+5
2016-04-28tcp: remove SKBTX_ACK_TSTAMP since it is redundantSoheil Hassas Yeganeh4-13/+15
2016-04-28tcp: remove an unnecessary check in tcp_tx_timestampSoheil Hassas Yeganeh1-1/+1
2016-04-27net: snmp: kill STATS_BH macrosEric Dumazet1-1/+1
2016-04-27ipv6: kill ICMP6MSGIN_INC_STATS_BH()Eric Dumazet1-1/+1
2016-04-27ipv6: rename IP6_UPD_PO_STATS_BH()Eric Dumazet1-2/+2
2016-04-27ipv6: rename IP6_INC_STATS_BH()Eric Dumazet6-89/+89
2016-04-27net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet23-145/+149
2016-04-27net: rename IP_UPD_PO_STATS_BH()Eric Dumazet1-3/+3
2016-04-27net: rename IP_ADD_STATS_BH()Eric Dumazet2-4/+4
2016-04-27net: rename ICMP6_INC_STATS_BH()Eric Dumazet5-14/+14
2016-04-27net: rename IP_INC_STATS_BH()Eric Dumazet7-28/+28
2016-04-27net: sctp: rename SCTP_INC_STATS_BH()Eric Dumazet1-6/+6
2016-04-27net: icmp: rename ICMPMSGIN_INC_STATS_BH()Eric Dumazet1-1/+1
2016-04-27net: tcp: rename TCP_INC_STATS_BHEric Dumazet6-24/+24
2016-04-27net: udp: rename UDP_INC_STATS_BH()Eric Dumazet4-46/+46
2016-04-27net: rename ICMP_INC_STATS_BH()Eric Dumazet5-13/+13
2016-04-27dccp: rename DCCP_INC_STATS_BH()Eric Dumazet7-16/+16
2016-04-27net: snmp: kill various STATS_USER() helpersEric Dumazet4-44/+43
2016-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-84/+112
2016-04-27net: ipv6: Use passed in table for nexthop lookupsDavid Ahern1-2/+38
2016-04-27mac80211: fix statistics leak if dev_alloc_name() failsJohannes Berg1-2/+2
2016-04-26net: remove NETDEV_TX_LOCKED supportFlorian Westphal3-34/+2
2016-04-26sctp: sctp_diag should fill RMEM_ALLOC with asoc->rmem_alloc when rcvbuf_poli...Xin Long1-1/+5
2016-04-26Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller10-147/+142
2016-04-26sched: align nlattr properly when neededNicolas Dichtel16-33/+48
2016-04-26neigh: align nlattr properly when neededNicolas Dichtel1-1/+2
2016-04-26rtnl: align nlattr properly when neededNicolas Dichtel1-2/+2
2016-04-26ovs: align nlattr properly when neededNicolas Dichtel1-12/+15
2016-04-26sock_diag: align nlattr properly when neededNicolas Dichtel3-6/+10
2016-04-26net: ipv6: Delete host routes on an ifdownDavid Ahern1-33/+15
2016-04-26Revert "ipv6: Revert optional address flusing on ifdown."David S. Miller1-12/+150
2016-04-26ila: add checksum neutral ILA translationsTom Herbert4-15/+105
2016-04-26ila: xlat changesTom Herbert1-69/+34
2016-04-26ila: Add struct definitions and helpersTom Herbert4-82/+161
2016-04-26Bluetooth: 6lowpan: Fix memory corruption of ipv6 destination addressGlenn Ruben Bakke1-7/+4
2016-04-25RDS: TCP: Call pskb_extract() helper functionSowmini Varadhan1-11/+3
2016-04-25skbuff: Add pskb_extract() helper functionSowmini Varadhan1-0/+242