Age | Commit message (Expand) | Author | Files | Lines |
2017-10-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 37 | -171/+560 |
2017-10-29 | net_sched: fix call_rcu() race on act_sample module removal | Cong Wang | 1 | -0/+1 |
2017-10-29 | net_sched: add rtnl assertion to tcf_exts_destroy() | Cong Wang | 1 | -0/+1 |
2017-10-29 | net_sched: use tcf_queue_work() in tcindex filter | Cong Wang | 1 | -5/+33 |
2017-10-29 | net_sched: use tcf_queue_work() in rsvp filter | Cong Wang | 1 | -3/+16 |
2017-10-29 | net_sched: use tcf_queue_work() in route filter | Cong Wang | 1 | -3/+16 |
2017-10-29 | net_sched: use tcf_queue_work() in u32 filter | Cong Wang | 1 | -3/+26 |
2017-10-29 | net_sched: use tcf_queue_work() in matchall filter | Cong Wang | 1 | -3/+16 |
2017-10-29 | net_sched: use tcf_queue_work() in fw filter | Cong Wang | 1 | -3/+16 |
2017-10-29 | net_sched: use tcf_queue_work() in flower filter | Cong Wang | 1 | -3/+16 |
2017-10-29 | net_sched: use tcf_queue_work() in flow filter | Cong Wang | 1 | -3/+16 |
2017-10-29 | net_sched: use tcf_queue_work() in cgroup filter | Cong Wang | 1 | -4/+18 |
2017-10-29 | net_sched: use tcf_queue_work() in bpf filter | Cong Wang | 1 | -2/+17 |
2017-10-29 | net_sched: use tcf_queue_work() in basic filter | Cong Wang | 1 | -3/+17 |
2017-10-29 | net_sched: introduce a workqueue for RCU callbacks of tc filter | Cong Wang | 1 | -17/+51 |
2017-10-29 | sctp: fix some type cast warnings introduced since very beginning | Xin Long | 3 | -5/+5 |
2017-10-29 | sctp: fix a type cast warnings that causes a_rwnd gets the wrong value | Xin Long | 1 | -2/+2 |
2017-10-29 | sctp: fix some type cast warnings introduced by transport rhashtable | Xin Long | 1 | -11/+11 |
2017-10-29 | sctp: fix some type cast warnings introduced by stream reconf | Xin Long | 3 | -12/+21 |
2017-10-29 | net_sched: avoid matching qdisc with zero handle | Cong Wang | 1 | -0/+2 |
2017-10-29 | sctp: reset owner sk for data chunks on out queues when migrating a sock | Xin Long | 1 | -0/+32 |
2017-10-29 | bpf: rename sk_actions to align with bpf infrastructure | John Fastabend | 1 | -2/+3 |
2017-10-29 | bpf: bpf_compute_data uses incorrect cb structure | John Fastabend | 1 | -1/+26 |
2017-10-28 | tcp: refresh tp timestamp before tcp_mtu_probe() | Eric Dumazet | 1 | -1/+1 |
2017-10-27 | ip6_gre: update dst pmtu if dev mtu has been updated by toobig in __gre6_xmit | Xin Long | 1 | -2/+7 |
2017-10-27 | ip6_gre: only increase err_count for some certain type icmpv6 in ip6gre_err | Xin Long | 1 | -4/+7 |
2017-10-27 | ipip: only increase err_count for some certain type icmp in ipip_err | Xin Long | 1 | -17/+42 |
2017-10-27 | Merge tag 'mac80211-for-davem-2017-10-25' of git://git.kernel.org/pub/scm/lin... | David S. Miller | 3 | -17/+82 |
2017-10-26 | tcp: call tcp_rate_skb_sent() when retransmit with unaligned skb->data | Yousuk Seung | 1 | -1/+3 |
2017-10-26 | tcp/dccp: fix other lockdep splats accessing ireq_opt | Eric Dumazet | 3 | -4/+4 |
2017-10-26 | rds: Fix inaccurate accounting of unsignaled wrs | Håkon Bugge | 1 | -8/+7 |
2017-10-26 | rds: ib: Fix uninitialized variable | Håkon Bugge | 1 | -0/+1 |
2017-10-26 | net/unix: don't show information about sockets from other namespaces | Andrei Vagin | 1 | -0/+2 |
2017-10-25 | mac80211: don't compare TKIP TX MIC key in reinstall prevention | Johannes Berg | 1 | -2/+34 |
2017-10-25 | Merge tag 'nfs-for-4.14-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -11/+25 |
2017-10-25 | net: dsa: check master device before put | Vivien Didelot | 1 | -3/+4 |
2017-10-25 | strparser: Use delayed work instead of timer for msg timeout | Tom Herbert | 1 | -9/+8 |
2017-10-24 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2 | -18/+23 |
2017-10-24 | sctp: full support for ipv6 ip_nonlocal_bind & IP_FREEBIND | Laszlo Toth | 1 | -2/+4 |
2017-10-23 | ipsec: Fix aborted xfrm policy dump crash | Herbert Xu | 1 | -10/+15 |
2017-10-23 | tcp/dccp: fix lockdep splat in inet_csk_route_req() | Eric Dumazet | 1 | -1/+2 |
2017-10-23 | tcp: do tcp_mstamp_refresh before retransmits on TSQ handler | Koichiro Den | 1 | -1/+3 |
2017-10-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 35 | -138/+230 |
2017-10-22 | ipv6: flowlabel: do not leave opt->tot_len with garbage | Eric Dumazet | 2 | -2/+3 |
2017-10-22 | rxrpc: Don't release call mutex on error pointer | David Howells | 1 | -2/+3 |
2017-10-22 | net: ethtool: remove error check for legacy setting transceiver type | Niklas Söderlund | 1 | -3/+2 |
2017-10-22 | soreuseport: fix initialization race | Craig Gallek | 3 | -11/+11 |
2017-10-22 | net: bridge: fix returning of vlan range op errors | Nikolay Aleksandrov | 1 | -1/+1 |
2017-10-22 | sock: correct sk_wmem_queued accounting on efault in tcp zerocopy | Willem de Bruijn | 1 | -0/+4 |
2017-10-21 | udp: make some messages more descriptive | Matteo Croce | 1 | -2/+2 |