aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-03VSOCK: constify vsock_transport structureJulia Lawall1-1/+1
2016-05-03fq_codel: add batch ability to fq_codel_drop()Eric Dumazet1-19/+45
2016-05-03net: relax expensive skb_unclone() in iptunnel_handle_offloads()Eric Dumazet1-1/+1
2016-05-02bridge: netlink: export per-vlan statsNikolay Aleksandrov3-0/+99
2016-05-02bridge: vlan: learn to countNikolay Aleksandrov4-16/+109
2016-05-02net: rtnetlink: add linkxstats callbacks and attributeNikolay Aleksandrov1-0/+30
2016-05-02net: rtnetlink: allow rtnl_fill_statsinfo to save private state counterNikolay Aleksandrov1-13/+31
2016-05-02gre6: Cleanup GREv6 transmit path, call common GRE functionsTom Herbert1-202/+50
2016-05-02ipv6: Generic tunnel cleanupTom Herbert1-2/+5
2016-05-02gre: Create common functions for transmitTom Herbert1-47/+5
2016-05-02ipv6: Create ip6_tnl_xmitTom Herbert1-17/+30
2016-05-02gre6: Cleanup GREv6 receive path, call common GRE functionsTom Herbert1-117/+23
2016-05-02gre: Move utility functions to common headersTom Herbert2-129/+84
2016-05-02ipv6: Cleanup IPv6 tunnel receive pathTom Herbert1-70/+142
2016-05-02tcp: make tcp_sendmsg() aware of socket backlogEric Dumazet2-2/+13
2016-05-02net: do not block BH while processing socket backlogEric Dumazet1-14/+8
2016-05-02sctp: prepare for socket backlog behavior changeEric Dumazet1-0/+2
2016-05-02udp: prepare for non BH masking at backlog processingEric Dumazet2-4/+4
2016-05-02dccp: do not assume DCCP code is non preemptibleEric Dumazet4-6/+6
2016-05-02tcp: do not block bh during prequeue processingEric Dumazet2-32/+2
2016-05-02tcp: do not assume TCP code is non preemptibleEric Dumazet11-99/+104
2016-05-01sctp: signal sk_data_ready earlier on data chunks receptionMarcelo Ricardo Leitner2-13/+19
2016-05-01tipc: 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-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-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-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