summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-11-12batman-adv: Add inconsistent hardif netlink dump detectionSven Eckelmann4-10/+19
2018-11-12batman-adv: Add inconsistent gateway netlink dump detectionSven Eckelmann5-19/+41
2018-11-12batman-adv: Fix description for BATMAN_ADV_DEBUGSven Eckelmann1-2/+3
2018-11-12batman-adv: Allow to use BATMAN_ADV_DEBUG without BATMAN_ADV_DEBUGFSSven Eckelmann2-28/+34
2018-11-12batman-adv: Improve includes for trace functionalitySven Eckelmann2-2/+6
2018-11-12batman-adv: Add includes for deprecation warningSven Eckelmann1-0/+2
2018-11-12batman-adv: Drop unused lockdep includeSven Eckelmann1-1/+0
2018-11-12batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2018-11-04Merge tag 'nfs-for-4.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds3-34/+14
2018-11-04Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-4/+0
2018-11-04Merge branch 'core/urgent' into x86/urgent, to pick up objtool fixIngo Molnar32-823/+1006
2018-11-03Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-1/+1
2018-11-03iov_iter: Fix 9p virtio breakageMarc Zyngier1-1/+1
2018-11-02Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds14-22/+22
2018-11-02missing bits of "iov_iter: Separate type from direction and use accessor func...Al Viro1-2/+2
2018-11-02Merge tag 'nfs-for-4.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsAl Viro26-1590/+1921
2018-11-01SUNRPC: Use atomic(64)_t for seq_send(64)Paul Burton3-34/+14
2018-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-26/+61
2018-11-01compat: Cleanup in_compat_syscall() callersDmitry Safonov2-4/+0
2018-11-01openvswitch: Fix push/pop ethernet validationJaime CaamaƱo Ruiz1-2/+2
2018-11-01Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller1-1/+0
2018-11-01Merge tag 'ceph-for-4.20-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds4-169/+348
2018-10-31ixgbe/ixgbevf: fix XFRM_ALGO dependencyJeff Kirsher1-1/+0
2018-10-31Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-5/+5
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport5-5/+5
2018-10-31bpf: tcp_bpf_recvmsg should return EAGAIN when nonblocking and no dataJohn Fastabend1-0/+1
2018-10-30Merge tag 'nfsd-4.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds8-161/+219
2018-10-30rtnetlink: Disallow FDB configuration for non-Ethernet deviceIdo Schimmel1-0/+10
2018-10-30sctp: check policy more carefully when getting pr statusXin Long1-3/+5
2018-10-30sctp: clear the transport of some out_chunk_list chunks in sctp_assoc_rm_peerXin Long1-3/+7
2018-10-30ipv4/igmp: fix v1/v2 switchback timeout based on rfc3376, 8.12Hangbin Liu1-17/+36
2018-10-29nfsd: Fix an Oops in free_session()Trond Myklebust1-1/+1
2018-10-29svcrdma: Remove try_module_get from backchannelChuck Lever1-14/+0
2018-10-29svcrdma: Remove ->release_rqst call in bc reply handlerChuck Lever1-5/+4
2018-10-29svcrdma: Reduce max_send_sgesChuck Lever1-4/+6
2018-10-29SUNRPC: Simplify TCP receive codeTrond Myklebust1-39/+14
2018-10-29SUNRPC: Replace the cache_detail->hash_lock with a regular spinlockTrond Myklebust1-23/+23
2018-10-29SUNRPC: Remove non-RCU protected lookupTrond Myklebust1-57/+4
2018-10-29SUNRPC: Lockless server RPCSEC_GSS context lookupTrond Myklebust1-6/+26
2018-10-29SUNRPC: Make server side AUTH_UNIX use lockless lookupsTrond Myklebust1-6/+8
2018-10-29SUNRPC: Allow cache lookups to use RCU protection rather than the r/w spinlockTrond Myklebust1-14/+79
2018-10-29Merge tag '9p-for-4.20' of git://github.com/martinetd/linuxLinus Torvalds9-478/+405
2018-10-29net: diag: document swapped src/dst in udp_dump_one.Lorenzo Colitti1-0/+1
2018-10-29net: sched: gred: pass the right attribute to gred_change_table_def()Jakub Kicinski1-1/+1
2018-10-29net: bridge: remove ipv6 zero address check in mcast queriesNikolay Aleksandrov1-2/+1
2018-10-28net: Properly unlink GRO packets on overflow.David S. Miller1-1/+1
2018-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-6/+25
2018-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds17-41/+103
2018-10-27net/neigh: fix NULL deref in pneigh_dump_table()Eric Dumazet1-2/+2
2018-10-27bpf: fix wrong helper enablement in cgroup local storageDaniel Borkmann1-4/+0