Age | Commit message (Expand) | Author | Files | Lines |
2017-10-06 | RDS: IB: Initialize max_items based on underlying device attributes | Avinash Repaka | 1 | -2/+2 |
2017-10-06 | RDS: IB: Limit the scope of has_fr/has_fmr variables | Avinash Repaka | 2 | -7/+6 |
2017-10-06 | net/ipv4: Remove unused variable in route.c | Tim Hansen | 1 | -2/+1 |
2017-10-06 | tcp: clean up TFO server's initial tcp_rearm_rto() call | Wei Wang | 1 | -12/+9 |
2017-10-06 | tcp: uniform the set up of sockets after successful connection | Wei Wang | 3 | -24/+16 |
2017-10-06 | VSOCK: add sock_diag interface | Stefan Hajnoczi | 3 | -0/+199 |
2017-10-06 | VSOCK: use TCP state constants for sk_state | Stefan Hajnoczi | 7 | -56/+64 |
2017-10-06 | VSOCK: move __vsock_in_bound/connected_table() to af_vsock.h | Stefan Hajnoczi | 1 | -10/+0 |
2017-10-06 | VSOCK: export socket tables for sock_diag interface | Stefan Hajnoczi | 1 | -4/+6 |
2017-10-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 26 | -154/+161 |
2017-10-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 23 | -137/+160 |
2017-10-05 | net: bridge: Pass extack to down to netdev_master_upper_dev_link | David Ahern | 4 | -7/+15 |
2017-10-05 | net: Add extack to upper device linking | David Ahern | 7 | -13/+19 |
2017-10-05 | net: Add extack to ndo_add_slave | David Ahern | 3 | -6/+10 |
2017-10-05 | net: Add extack to netdev_notifier_info | David Ahern | 1 | -32/+47 |
2017-10-05 | net: 8021q: skip packets if the vlan is down | Vishakha Narvekar | 1 | -0/+6 |
2017-10-05 | dev: advertise the new nsid when the netns iface changes | Nicolas Dichtel | 2 | -12/+30 |
2017-10-04 | net: cache skb_shinfo() in skb_try_coalesce() | Eric Dumazet | 1 | -13/+16 |
2017-10-04 | rtnetlink: remove __rtnl_af_unregister | Florian Westphal | 2 | -15/+3 |
2017-10-04 | rtnetlink: remove slave_validate callback | Florian Westphal | 1 | -6/+0 |
2017-10-04 | net: core: fix kerneldoc comment | Florian Westphal | 1 | -1/+1 |
2017-10-04 | sctp: introduce round robin stream scheduler | Marcelo Ricardo Leitner | 3 | -1/+205 |
2017-10-04 | sctp: introduce priority based stream scheduler | Marcelo Ricardo Leitner | 3 | -1/+351 |
2017-10-04 | sctp: add sockopt to get/set stream scheduler parameters | Marcelo Ricardo Leitner | 1 | -0/+77 |
2017-10-04 | sctp: add sockopt to get/set stream scheduler | Marcelo Ricardo Leitner | 1 | -0/+75 |
2017-10-04 | sctp: introduce stream scheduler foundations | Marcelo Ricardo Leitner | 5 | -35/+387 |
2017-10-04 | sctp: introduce struct sctp_stream_out_ext | Marcelo Ricardo Leitner | 4 | -11/+42 |
2017-10-04 | sctp: factor out stream->in allocation | Marcelo Ricardo Leitner | 1 | -8/+28 |
2017-10-04 | sctp: factor out stream->out allocation | Marcelo Ricardo Leitner | 1 | -20/+32 |
2017-10-04 | sctp: silence warns on sctp_stream_init allocations | Marcelo Ricardo Leitner | 1 | -1/+7 |
2017-10-04 | net: core: decouple ifalias get/set from rtnl lock | Florian Westphal | 3 | -24/+58 |
2017-10-03 | net: rtnetlink: fix info leak in RTM_GETSTATS call | Nikolay Aleksandrov | 1 | -0/+3 |
2017-10-03 | ipv4: ipmr: Don't forward packets already forwarded by hardware | Yotam Gigi | 1 | -5/+32 |
2017-10-03 | ipv4: ipmr: Add the parent ID field to VIF struct | Yotam Gigi | 1 | -0/+11 |
2017-10-03 | socket, bpf: fix possible use after free | Eric Dumazet | 2 | -5/+12 |
2017-10-02 | flow_dissector: dissect tunnel info | Simon Horman | 2 | -25/+100 |
2017-10-02 | l2tp: fix l2tp_eth module loading | Guillaume Nault | 1 | -49/+2 |
2017-10-02 | ip_gre: erspan device should keep dst | Xin Long | 1 | -0/+1 |
2017-10-02 | ip_gre: set tunnel hlen properly in erspan_tunnel_init | Xin Long | 1 | -1/+3 |
2017-10-02 | ip_gre: check packet length and mtu correctly in erspan_xmit | Xin Long | 1 | -1/+1 |
2017-10-02 | ip_gre: get key from session_id correctly in erspan_rcv | Xin Long | 1 | -3/+1 |
2017-10-02 | ipv4: Namespaceify tcp_fastopen_blackhole_timeout knob | Haishuang Yan | 3 | -28/+24 |
2017-10-02 | ipv4: Namespaceify tcp_fastopen_key knob | Haishuang Yan | 5 | -32/+63 |
2017-10-02 | ipv4: Remove the 'publish' logic in tcp_fastopen_init_key_once | Haishuang Yan | 4 | -9/+4 |
2017-10-02 | ipv4: Namespaceify tcp_fastopen knob | Haishuang Yan | 5 | -18/+20 |
2017-10-01 | net: dsa: remove tag ops from the switch tree | Vivien Didelot | 2 | -4/+0 |
2017-10-01 | net: dsa: change dsa_ptr for a dsa_port | Vivien Didelot | 5 | -16/+12 |
2017-10-01 | net: dsa: prepare master receive hot path | Vivien Didelot | 2 | -0/+8 |
2017-10-01 | net: dsa: add tagging ops to port | Vivien Didelot | 4 | -3/+4 |
2017-10-01 | net: dsa: use temporary dsa_device_ops variable | Vivien Didelot | 2 | -6/+10 |