summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | SUNRPC: Don't force a redundant disconnection in xs_read_stream()Trond Myklebust2018-12-051-7/+1
| * | | | SUNRPC: Fix up socket pollingTrond Myklebust2018-12-051-2/+2
| * | | | SUNRPC: Use the discard iterator rather than MSG_TRUNCTrond Myklebust2018-12-051-2/+3
| * | | | SUNRPC: Treat EFAULT as a truncated message in xs_read_stream_request()Trond Myklebust2018-12-051-1/+2
| * | | | SUNRPC: Fix up handling of the XDRBUF_SPARSE_PAGES flagTrond Myklebust2018-12-051-11/+11
| * | | | SUNRPC: Fix RPC receive hangsTrond Myklebust2018-12-051-20/+19
| * | | | SUNRPC: Fix a potential race in xprt_connect()Trond Myklebust2018-12-021-2/+9
| * | | | SUNRPC: Fix a memory leak in call_encode()Trond Myklebust2018-12-022-0/+3
| * | | | SUNRPC: Fix leak of krb5p encode pagesChuck Lever2018-12-021-0/+4
| * | | | SUNRPC: call_connect_status() must handle tasks that got transmittedTrond Myklebust2018-12-021-0/+7
| |/ / /
* | | | net: dsa: Make dsa_master_set_mtu() staticAndrew Lunn2018-12-081-1/+1
* | | | net: dsa: Restore MTU on master device on unloadAndrew Lunn2018-12-081-0/+13
* | | | ip: silence udp zerocopy smatch false positiveWillem de Bruijn2018-12-082-2/+4
* | | | net: call sk_dst_reset when set SO_DONTROUTEyupeng2018-12-071-0/+1
* | | | neighbor: Improve garbage collectionDavid Ahern2018-12-071-34/+85
* | | | bridge: Add br_fdb_clear_offload()Petr Machata2018-12-071-0/+20
* | | | net: core: dev: Attach extack to NETDEV_PRE_UPPetr Machata2018-12-061-4/+4
* | | | net: core: dev: Add call_netdevice_notifiers_extack()Petr Machata2018-12-061-5/+16
* | | | net: core: dev: Add extack argument to __dev_change_flags()Petr Machata2018-12-062-3/+5
* | | | net: core: dev: Add extack argument to dev_change_flags()Petr Machata2018-12-0610-12/+17
* | | | net: core: dev: Add extack argument to dev_open()Petr Machata2018-12-066-8/+9
* | | | tcp: fix code style in tcp_recvmsg()Pedro Tammela2018-12-061-2/+2
* | | | net: dsa: Set the master device's MTU to account for DSA overheadsAndrew Lunn2018-12-061-0/+16
* | | | net: dsa: Add overhead to tag protocol ops.Andrew Lunn2018-12-069-0/+10
* | | | neighbor: Add extack messages for add and delete commandsDavid Ahern2018-12-051-16/+39
* | | | tipc: fix node keep alive interval calculationHoang Le2018-12-051-0/+6
* | | | net: netem: use a list in addition to rbtreePeter Oskolkov2018-12-051-20/+69
* | | | net: bridge: increase multicast's default maximum number of entriesNikolay Aleksandrov2018-12-052-1/+3
* | | | net: bridge: mark hash_elasticity as obsoleteNikolay Aleksandrov2018-12-054-12/+7
* | | | net: bridge: multicast: use non-bh rcu flavorNikolay Aleksandrov2018-12-053-23/+6
* | | | net: bridge: convert multicast to generic rhashtableNikolay Aleksandrov2018-12-056-436/+163
* | | | tcp: reduce POLLOUT events caused by TCP_NOTSENT_LOWATEric Dumazet2018-12-041-1/+1
* | | | net/sched: act_tunnel_key: Don't dump dst port if it wasn't setAdi Nissim2018-12-041-1/+3
* | | | net/sched: act_tunnel_key: Allow key-less tunnelsAdi Nissim2018-12-041-10/+11
* | | | net: Do not route unicast IP packets twiceIdo Schimmel2018-12-042-0/+14
* | | | skbuff: Rename 'offload_mr_fwd_mark' to 'offload_l3_fwd_mark'Ido Schimmel2018-12-042-2/+2
* | | | udp: elide zerocopy operation in hot pathWillem de Bruijn2018-12-034-27/+28
* | | | udp: msg_zerocopyWillem de Bruijn2018-12-034-3/+54
* | | | net: ethernet: provide nvmem_get_mac_address()Bartosz Golaszewski2018-12-031-0/+38
* | | | l3mdev: add function to retreive upper masterAlexis Bauvin2018-12-031-0/+18
* | | | udp_tunnel: add config option to bind to a deviceAlexis Bauvin2018-12-032-0/+33
* | | | devlink: Add 'fw_load_policy' generic parameterShalom Toledo2018-12-031-0/+5
* | | | net: bridge: Extend br_vlan_get_pvid() for bridge portsIdo Schimmel2018-11-301-1/+5
* | | | rtnetlink: avoid frame size warning in rtnl_newlink()Jakub Kicinski2018-11-301-3/+17
* | | | rtnetlink: remove a level of indentation in rtnl_newlink()Jakub Kicinski2018-11-301-159/+154
* | | | tcp: md5: add tcp_md5_needed jump labelEric Dumazet2018-11-303-7/+15
* | | | tcp: implement coalescing on backlog queueEric Dumazet2018-11-302-6/+87
* | | | tcp: take care of compressed acks in tcp_add_reno_sack()Eric Dumazet2018-11-301-25/+33
* | | | net: Add trace events for all receive exit pointsGeneviève Bastien2018-11-301-6/+29
| |_|/ |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-11-293-6/+196
|\ \ \