aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-23devlink: don't take instance lock around eswitch mode setJakub Kicinski1-1/+2
2018-05-23net: add skeleton of bpfilter kernel moduleAlexei Starovoitov11-0/+303
2018-05-22tcp: do not aggressively quick ack after ECN eventsEric Dumazet1-2/+2
2018-05-22tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_modeEric Dumazet1-11/+13
2018-05-22net: sched: don't disable bh when accessing action idrVlad Buslov1-10/+10
2018-05-22net/ipv6: Simplify route replace and appending into multipath routeDavid Ahern2-87/+73
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller32-203/+615
2018-05-20Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller3-27/+46
2018-05-19net: ip6_gre: fix tunnel metadata device sharing.William Tu1-22/+79
2018-05-19dsa: set devlink port attrs for dsa portsJiri Pirko1-0/+24
2018-05-19devlink: introduce a helper to generate physical port namesJiri Pirko1-0/+33
2018-05-19devlink: extend attrs_set for setting port flavoursJiri Pirko1-0/+5
2018-05-19devlink: introduce devlink_port_attrs_setJiri Pirko1-10/+36
2018-05-18net: sched: red: avoid hashing NULL childPaolo Abeni2-4/+6
2018-05-18sock_diag: fix use-after-free read in __sk_freeEric Dumazet1-1/+1
2018-05-18tcp: tcp_rack_reo_wnd() can be statickbuild test robot1-1/+1
2018-05-18net/smc: restructure client and server code in af_smcHans Wippel1-241/+318
2018-05-18net/smc: change smc_buf_free function parametersHans Wippel1-14/+12
2018-05-18net/smc: do a few smc_core.c cleanupsHans Wippel1-8/+6
2018-05-18net/smc: restructure CDC message receptionHans Wippel1-25/+22
2018-05-18net/smc: move smc_core specific code from smc.h to smc_coreHans Wippel3-41/+39
2018-05-18net/smc: calculate write offset in RMB only once per connectionHans Wippel3-2/+6
2018-05-18net/smc: rename connection index to RMBE indexHans Wippel5-6/+6
2018-05-18net/smc: move link group list to smc_coreHans Wippel4-35/+42
2018-05-18net/smc: add common buffer size in send and receive buffer descriptorsHans Wippel9-35/+31
2018-05-18net: dsa: Do not register devlink for unused portsFlorian Fainelli1-3/+6
2018-05-18net: Fix a bug in removing queues from XPS mapAmritha Nambiar1-1/+1
2018-05-18tcp: add tcp_comp_sack_nr sysctlEric Dumazet3-1/+13
2018-05-18tcp: add tcp_comp_sack_delay_ns sysctlEric Dumazet3-2/+10
2018-05-18tcp: add TCPAckCompressed SNMP counterEric Dumazet2-0/+3
2018-05-18tcp: add SACK compressionEric Dumazet4-6/+62
2018-05-18tcp: do not force quickack when receiving out-of-order packetsEric Dumazet1-2/+0
2018-05-18Bluetooth: Add __hci_cmd_send functionLoic Poulain1-0/+31
2018-05-18Bluetooth: use wait_event API instead of open-coding itJohn Keeping1-23/+7
2018-05-18Bluetooth: Prevent buffer overflow for large advertisement dataChriz Chow1-4/+8
2018-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-2/+9
2018-05-17bpf: fix truncated jump targets on heavy expansionsDaniel Borkmann1-2/+9
2018-05-17vlan: Add extack messages for link createDavid Ahern3-15/+44
2018-05-17net: test tailroom before appending to linear skbWillem de Bruijn2-2/+4
2018-05-17net: ip6_gre: Fix ip6erspan hlen calculationPetr Machata1-9/+65
2018-05-17net: ip6_gre: Split up ip6gre_changelink()Petr Machata1-9/+24
2018-05-17net: ip6_gre: Split up ip6gre_newlink()Petr Machata1-6/+18
2018-05-17net: ip6_gre: Split up ip6gre_tnl_change()Petr Machata1-2/+8
2018-05-17net: ip6_gre: Split up ip6gre_tnl_link_config()Petr Machata1-12/+26
2018-05-17net: ip6_gre: Fix headroom request in ip6erspan_tunnel_xmit()Petr Machata1-1/+1
2018-05-17net: ip6_gre: Request headroom in __gre6_xmit()Petr Machata1-0/+3
2018-05-17net/ncsi: prevent a couple array underflowsDan Carpenter1-2/+3
2018-05-17net/smc: init conn.tx_work & conn.send_lock soonerEric Dumazet3-3/+4
2018-05-17erspan: fix invalid erspan version.William Tu2-2/+7
2018-05-17tcp: don't mark recently sent packets lost on RTOYuchung Cheng1-4/+8