summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-05-02sctp: signal sk_data_ready earlier on data chunks receptionMarcelo Ricardo Leitner2-13/+19
2016-05-02tipc: set 'active' state correctly for first established linkJon Paul Maloy1-0/+1
2016-04-29net: constify is_skb_forwardable's argumentsNikolay Aleksandrov1-1/+1
2016-04-29net: dsa: Provide CPU port statistics to master netdevFlorian Fainelli1-0/+88
2016-04-29tcp: give prequeue mode some careEric Dumazet1-5/+5
2016-04-28tipc: remove an unnecessary NULL checkDan Carpenter1-2/+1
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-28net: snmp: kill STATS_BH macrosEric Dumazet1-1/+1
2016-04-28ipv6: kill ICMP6MSGIN_INC_STATS_BH()Eric Dumazet1-1/+1
2016-04-28ipv6: rename IP6_UPD_PO_STATS_BH()Eric Dumazet1-2/+2
2016-04-28ipv6: rename IP6_INC_STATS_BH()Eric Dumazet6-89/+89
2016-04-28net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet23-145/+149
2016-04-28net: rename IP_UPD_PO_STATS_BH()Eric Dumazet1-3/+3
2016-04-28net: rename IP_ADD_STATS_BH()Eric Dumazet2-4/+4
2016-04-28net: rename ICMP6_INC_STATS_BH()Eric Dumazet5-14/+14
2016-04-28net: rename IP_INC_STATS_BH()Eric Dumazet7-28/+28
2016-04-28net: sctp: rename SCTP_INC_STATS_BH()Eric Dumazet1-6/+6
2016-04-28net: icmp: rename ICMPMSGIN_INC_STATS_BH()Eric Dumazet1-1/+1
2016-04-28net: tcp: rename TCP_INC_STATS_BHEric Dumazet6-24/+24
2016-04-28net: udp: rename UDP_INC_STATS_BH()Eric Dumazet4-46/+46
2016-04-28net: rename ICMP_INC_STATS_BH()Eric Dumazet5-13/+13
2016-04-28dccp: rename DCCP_INC_STATS_BH()Eric Dumazet7-16/+16
2016-04-28net: 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-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
2016-04-25codel: split into multiple filesMichal Kazior2-0/+4
2016-04-25codel: generalize the implementationMichal Kazior2-7/+32
2016-04-25net: better drop monitoring in ip{6}_recv_error()Eric Dumazet2-10/+10
2016-04-25tcp: SYN packets are now simply consumedEric Dumazet1-18/+1