summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipv6: add new struct ipcm6_cookieWei Wang2016-05-039-101/+110
* net: add __sock_wfree() helperEric Dumazet2016-05-032-1/+25
* tipc: redesign connection-level flow controlJon Paul Maloy2016-05-035-62/+122
* tipc: propagate peer node capabilities to socket layerJon Paul Maloy2016-05-033-2/+22
* tipc: re-enable compensation for socket receive buffer double countingJon Paul Maloy2016-05-031-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-033-0/+99
* bridge: vlan: learn to countNikolay Aleksandrov2016-05-034-16/+109
* net: rtnetlink: add linkxstats callbacks and attributeNikolay Aleksandrov2016-05-031-0/+30
* net: rtnetlink: allow rtnl_fill_statsinfo to save private state counterNikolay Aleksandrov2016-05-031-13/+31
* gre6: Cleanup GREv6 transmit path, call common GRE functionsTom Herbert2016-05-031-202/+50Star
* ipv6: Generic tunnel cleanupTom Herbert2016-05-031-2/+5
* gre: Create common functions for transmitTom Herbert2016-05-031-47/+5Star
* ipv6: Create ip6_tnl_xmitTom Herbert2016-05-031-17/+30
* gre6: Cleanup GREv6 receive path, call common GRE functionsTom Herbert2016-05-031-117/+23Star
* gre: Move utility functions to common headersTom Herbert2016-05-032-129/+84Star
* ipv6: Cleanup IPv6 tunnel receive pathTom Herbert2016-05-031-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/+8Star
* 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/+2Star
* 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-022-13/+19
* tipc: set 'active' state correctly for first established linkJon Paul Maloy2016-05-021-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/+1Star
* 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-281-1/+1
* ipv6: kill ICMP6MSGIN_INC_STATS_BH()Eric Dumazet2016-04-281-1/+1
* ipv6: rename IP6_UPD_PO_STATS_BH()Eric Dumazet2016-04-281-2/+2
* ipv6: rename IP6_INC_STATS_BH()Eric Dumazet2016-04-286-89/+89
* net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet2016-04-2823-145/+149
* net: rename IP_UPD_PO_STATS_BH()Eric Dumazet2016-04-281-3/+3
* net: rename IP_ADD_STATS_BH()Eric Dumazet2016-04-282-4/+4
* net: rename ICMP6_INC_STATS_BH()Eric Dumazet2016-04-285-14/+14
* net: rename IP_INC_STATS_BH()Eric Dumazet2016-04-287-28/+28
* net: sctp: rename SCTP_INC_STATS_BH()Eric Dumazet2016-04-281-6/+6
* net: icmp: rename ICMPMSGIN_INC_STATS_BH()Eric Dumazet2016-04-281-1/+1
* net: tcp: rename TCP_INC_STATS_BHEric Dumazet2016-04-286-24/+24