summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* batman-adv: Start new development cycleSimon Wunderlich2016-05-041-1/+1
* VSOCK: constify vsock_transport structureJulia Lawall2016-05-031-1/+1
* fq_codel: add batch ability to fq_codel_drop()Eric Dumazet2016-05-031-19/+45
* net: relax expensive skb_unclone() in iptunnel_handle_offloads()Eric Dumazet2016-05-031-1/+1
* bridge: netlink: export per-vlan statsNikolay Aleksandrov2016-05-023-0/+99
* bridge: vlan: learn to countNikolay Aleksandrov2016-05-024-16/+109
* net: rtnetlink: add linkxstats callbacks and attributeNikolay Aleksandrov2016-05-021-0/+30
* net: rtnetlink: allow rtnl_fill_statsinfo to save private state counterNikolay Aleksandrov2016-05-021-13/+31
* gre6: Cleanup GREv6 transmit path, call common GRE functionsTom Herbert2016-05-021-202/+50
* ipv6: Generic tunnel cleanupTom Herbert2016-05-021-2/+5
* gre: Create common functions for transmitTom Herbert2016-05-021-47/+5
* ipv6: Create ip6_tnl_xmitTom Herbert2016-05-021-17/+30
* gre6: Cleanup GREv6 receive path, call common GRE functionsTom Herbert2016-05-021-117/+23
* gre: Move utility functions to common headersTom Herbert2016-05-022-129/+84
* ipv6: Cleanup IPv6 tunnel receive pathTom Herbert2016-05-021-70/+142
* tcp: make tcp_sendmsg() aware of socket backlogEric Dumazet2016-05-022-2/+13
* net: do not block BH while processing socket backlogEric Dumazet2016-05-021-14/+8
* sctp: prepare for socket backlog behavior changeEric Dumazet2016-05-021-0/+2
* udp: prepare for non BH masking at backlog processingEric Dumazet2016-05-022-4/+4
* dccp: do not assume DCCP code is non preemptibleEric Dumazet2016-05-024-6/+6
* tcp: do not block bh during prequeue processingEric Dumazet2016-05-022-32/+2
* tcp: do not assume TCP code is non preemptibleEric Dumazet2016-05-0211-99/+104
* sctp: signal sk_data_ready earlier on data chunks receptionMarcelo Ricardo Leitner2016-05-012-13/+19
* tipc: set 'active' state correctly for first established linkJon Paul Maloy2016-05-011-0/+1
* net: constify is_skb_forwardable's argumentsNikolay Aleksandrov2016-04-291-1/+1
* net: dsa: Provide CPU port statistics to master netdevFlorian Fainelli2016-04-281-0/+88
* tcp: give prequeue mode some careEric Dumazet2016-04-281-5/+5
* tipc: remove an unnecessary NULL checkDan Carpenter2016-04-281-2/+1
* tuntap: calculate rps hash only when neededJason Wang2016-04-281-0/+1
* tcp: Handle eor bit when fragmenting a skbMartin KaFai Lau2016-04-281-0/+9
* tcp: Handle eor bit when coalescing skbMartin KaFai Lau2016-04-282-0/+8
* tcp: Make use of MSG_EOR in tcp_sendmsgMartin KaFai Lau2016-04-281-2/+5
* tcp: remove SKBTX_ACK_TSTAMP since it is redundantSoheil Hassas Yeganeh2016-04-284-13/+15
* tcp: remove an unnecessary check in tcp_tx_timestampSoheil Hassas Yeganeh2016-04-281-1/+1
* net: snmp: kill STATS_BH macrosEric Dumazet2016-04-271-1/+1
* ipv6: kill ICMP6MSGIN_INC_STATS_BH()Eric Dumazet2016-04-271-1/+1
* ipv6: rename IP6_UPD_PO_STATS_BH()Eric Dumazet2016-04-271-2/+2
* ipv6: rename IP6_INC_STATS_BH()Eric Dumazet2016-04-276-89/+89
* net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet2016-04-2723-145/+149
* net: rename IP_UPD_PO_STATS_BH()Eric Dumazet2016-04-271-3/+3
* net: rename IP_ADD_STATS_BH()Eric Dumazet2016-04-272-4/+4
* net: rename ICMP6_INC_STATS_BH()Eric Dumazet2016-04-275-14/+14
* net: rename IP_INC_STATS_BH()Eric Dumazet2016-04-277-28/+28
* net: sctp: rename SCTP_INC_STATS_BH()Eric Dumazet2016-04-271-6/+6
* net: icmp: rename ICMPMSGIN_INC_STATS_BH()Eric Dumazet2016-04-271-1/+1
* net: tcp: rename TCP_INC_STATS_BHEric Dumazet2016-04-276-24/+24
* net: udp: rename UDP_INC_STATS_BH()Eric Dumazet2016-04-274-46/+46
* net: rename ICMP_INC_STATS_BH()Eric Dumazet2016-04-275-13/+13
* dccp: rename DCCP_INC_STATS_BH()Eric Dumazet2016-04-277-16/+16
* net: snmp: kill various STATS_USER() helpersEric Dumazet2016-04-274-44/+43