summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2018-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-41/+103
2018-10-26net/neigh: fix NULL deref in pneigh_dump_table()Eric Dumazet-2/+2
2018-10-26net: allow traceroute with a specified interface in a vrfMike Manning-3/+3
2018-10-26bridge: do not add port to router list when receives query with source 0.0.0.0Hangbin Liu-1/+9
2018-10-26net/smc: fix smc_buf_unuse to use the lgr pointerKarsten Graul-13/+12
2018-10-26ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are calledStefano Brivio-2/+1
2018-10-26Merge tag 'nfs-for-4.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-1590/+1921
2018-10-25Merge branch 'for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds-0/+1
2018-10-25Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-133/+132
2018-10-25net/{ipv4,ipv6}: Do not put target net if input nsid is invalidBjørn Mork-0/+2
2018-10-25Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-49/+80
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-15/+13
2018-10-24net/ipv6: Allow onlink routes to have a device mismatch if it is the default ...David Ahern-0/+2
2018-10-24net: sched: Remove TCA_OPTIONS from policyDavid Ahern-1/+0
2018-10-24net: udp: fix handling of CHECKSUM_COMPLETE packetsSean Tranchetti-6/+39
2018-10-24net: rtnl_dump_all needs to propagate error from dumpit functionDavid Ahern-2/+4
2018-10-24net: Don't return invalid table id error when dumping all familiesDavid Ahern-0/+13
2018-10-24net/ipv6: Put target net when address dump fails due to bad attributesDavid Ahern-6/+8
2018-10-24net/ipv4: Put target net when address dump fails due to bad attributesDavid Ahern-5/+8
2018-10-24Merge tag 'docs-4.20' of git://git.lwn.net/linuxLinus Torvalds-1/+1
2018-10-24Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-12/+1
2018-10-23tcp: add tcp_reset_xmit_timer() helperEric Dumazet-12/+14
2018-10-23cgroup, netclassid: add a preemption point to write_classidMichal Hocko-0/+1
2018-10-23Revert "net: simplify sock_poll_wait"Karsten Graul-12/+12
2018-10-23SUNRPC: Convert the auth cred cache to use refcount_tTrond Myklebust-8/+8
2018-10-23SUNRPC: Convert auth creds to use refcount_tTrond Myklebust-8/+8
2018-10-23SUNRPC: Simplify lookup codeTrond Myklebust-11/+8
2018-10-23SUNRPC: Clean up the AUTH cache codeTrond Myklebust-62/+87
2018-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-27/+107
2018-10-22llc: do not use sk_eat_skb()Eric Dumazet-7/+4
2018-10-22net: dsa: legacy: simplify getting .driver_dataWolfram Sang-4/+2
2018-10-22net/sched: act_police: disallow 'goto chain' on fallback control actionDavide Caratti-2/+10
2018-10-22net/sched: act_gact: disallow 'goto chain' on fallback control actionDavide Caratti-0/+5
2018-10-22net: bpfilter: Set user mode helper's command lineOlivier Brunel-0/+1
2018-10-22net/ipv6: Add support for dumping addresses for a specific deviceDavid Ahern-5/+22
2018-10-22net/ipv4: Add support for dumping addresses for a specific deviceDavid Ahern-5/+23
2018-10-22net/ipv6: Remove ip_idx arg to in6_dump_addrsDavid Ahern-10/+6
2018-10-22net/ipv4: Move loop over addresses on a device into in_dev_dump_addrDavid Ahern-15/+34
2018-10-22tipc: eliminate message disordering during binding table updateJon Maloy-8/+12
2018-10-22tipc: use destination length for copy stringGuoqing Jiang-1/+1
2018-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-23/+225
2018-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-6/+8
2018-10-20ulp: remove uid and user_visible membersDaniel Borkmann-2/+0
2018-10-20Revert "neighbour: force neigh_invalidate when NUD_FAILED update is from admin"Roopa Prabhu-2/+1
2018-10-20net/ipv6: Fix index counter for unicast addresses in in6_dump_addrsDavid Ahern-2/+4
2018-10-20bpf: sk_msg program helper bpf_msg_push_dataJohn Fastabend-0/+134
2018-10-20Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller-35/+39
2018-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-71/+79
2018-10-20net: fix pskb_trim_rcsum_slow() with odd trim offsetDimitris Michailidis-2/+3
2018-10-19netpoll: allow cleanup to be synchronousDebabrata Banerjee-20/+8