summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2016-05-03VSOCK: constify vsock_transport structureJulia Lawall
2016-05-03fq_codel: add batch ability to fq_codel_drop()Eric Dumazet
2016-05-03net: relax expensive skb_unclone() in iptunnel_handle_offloads()Eric Dumazet
2016-05-03bridge: netlink: export per-vlan statsNikolay Aleksandrov
2016-05-03bridge: vlan: learn to countNikolay Aleksandrov
2016-05-03net: rtnetlink: add linkxstats callbacks and attributeNikolay Aleksandrov
2016-05-03net: rtnetlink: allow rtnl_fill_statsinfo to save private state counterNikolay Aleksandrov
2016-05-02gre6: Cleanup GREv6 transmit path, call common GRE functionsTom Herbert
2016-05-02ipv6: Generic tunnel cleanupTom Herbert
2016-05-02gre: Create common functions for transmitTom Herbert
2016-05-02ipv6: Create ip6_tnl_xmitTom Herbert
2016-05-02gre6: Cleanup GREv6 receive path, call common GRE functionsTom Herbert
2016-05-02gre: Move utility functions to common headersTom Herbert
2016-05-02ipv6: Cleanup IPv6 tunnel receive pathTom Herbert
2016-05-02tcp: make tcp_sendmsg() aware of socket backlogEric Dumazet
2016-05-02net: do not block BH while processing socket backlogEric Dumazet
2016-05-02sctp: prepare for socket backlog behavior changeEric Dumazet
2016-05-02udp: prepare for non BH masking at backlog processingEric Dumazet
2016-05-02dccp: do not assume DCCP code is non preemptibleEric Dumazet
2016-05-02tcp: do not block bh during prequeue processingEric Dumazet
2016-05-02tcp: do not assume TCP code is non preemptibleEric Dumazet
2016-05-02sctp: signal sk_data_ready earlier on data chunks receptionMarcelo Ricardo Leitner
2016-05-01tipc: set 'active' state correctly for first established linkJon Paul Maloy
2016-04-29net: constify is_skb_forwardable's argumentsNikolay Aleksandrov
2016-04-28net: dsa: Provide CPU port statistics to master netdevFlorian Fainelli
2016-04-28tcp: give prequeue mode some careEric Dumazet
2016-04-28tipc: remove an unnecessary NULL checkDan Carpenter
2016-04-28tuntap: calculate rps hash only when neededJason Wang
2016-04-28tcp: Handle eor bit when fragmenting a skbMartin KaFai Lau
2016-04-28tcp: Handle eor bit when coalescing skbMartin KaFai Lau
2016-04-28tcp: Make use of MSG_EOR in tcp_sendmsgMartin KaFai Lau
2016-04-28tcp: remove SKBTX_ACK_TSTAMP since it is redundantSoheil Hassas Yeganeh
2016-04-28tcp: remove an unnecessary check in tcp_tx_timestampSoheil Hassas Yeganeh
2016-04-28net: snmp: kill STATS_BH macrosEric Dumazet
2016-04-28ipv6: kill ICMP6MSGIN_INC_STATS_BH()Eric Dumazet
2016-04-28ipv6: rename IP6_UPD_PO_STATS_BH()Eric Dumazet
2016-04-28ipv6: rename IP6_INC_STATS_BH()Eric Dumazet
2016-04-28net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet
2016-04-28net: rename IP_UPD_PO_STATS_BH()Eric Dumazet
2016-04-28net: rename IP_ADD_STATS_BH()Eric Dumazet
2016-04-28net: rename ICMP6_INC_STATS_BH()Eric Dumazet
2016-04-28net: rename IP_INC_STATS_BH()Eric Dumazet
2016-04-28net: sctp: rename SCTP_INC_STATS_BH()Eric Dumazet
2016-04-28net: icmp: rename ICMPMSGIN_INC_STATS_BH()Eric Dumazet
2016-04-28net: tcp: rename TCP_INC_STATS_BHEric Dumazet
2016-04-28net: udp: rename UDP_INC_STATS_BH()Eric Dumazet
2016-04-28net: rename ICMP_INC_STATS_BH()Eric Dumazet
2016-04-28dccp: rename DCCP_INC_STATS_BH()Eric Dumazet
2016-04-28net: snmp: kill various STATS_USER() helpersEric Dumazet
2016-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller