summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | net_sched: use tcf_queue_work() in flower filterCong Wang2017-10-291-3/+16
| * | | | net_sched: use tcf_queue_work() in flow filterCong Wang2017-10-291-3/+16
| * | | | net_sched: use tcf_queue_work() in cgroup filterCong Wang2017-10-291-4/+18
| * | | | net_sched: use tcf_queue_work() in bpf filterCong Wang2017-10-291-2/+17
| * | | | net_sched: use tcf_queue_work() in basic filterCong Wang2017-10-291-3/+17
| * | | | net_sched: introduce a workqueue for RCU callbacks of tc filterCong Wang2017-10-291-17/+51
| * | | | sctp: fix some type cast warnings introduced since very beginningXin Long2017-10-293-5/+5
| * | | | sctp: fix a type cast warnings that causes a_rwnd gets the wrong valueXin Long2017-10-291-2/+2
| * | | | sctp: fix some type cast warnings introduced by transport rhashtableXin Long2017-10-291-11/+11
| * | | | sctp: fix some type cast warnings introduced by stream reconfXin Long2017-10-293-12/+21
| * | | | net_sched: avoid matching qdisc with zero handleCong Wang2017-10-291-0/+2
| * | | | sctp: reset owner sk for data chunks on out queues when migrating a sockXin Long2017-10-291-0/+32
| * | | | bpf: rename sk_actions to align with bpf infrastructureJohn Fastabend2017-10-291-2/+3
| * | | | bpf: bpf_compute_data uses incorrect cb structureJohn Fastabend2017-10-291-1/+26
| * | | | tcp: refresh tp timestamp before tcp_mtu_probe()Eric Dumazet2017-10-281-1/+1
| * | | | ip6_gre: update dst pmtu if dev mtu has been updated by toobig in __gre6_xmitXin Long2017-10-271-2/+7
| * | | | ip6_gre: only increase err_count for some certain type icmpv6 in ip6gre_errXin Long2017-10-271-4/+7
| * | | | ipip: only increase err_count for some certain type icmp in ipip_errXin Long2017-10-271-17/+42
| * | | | Merge tag 'mac80211-for-davem-2017-10-25' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-10-273-17/+82
| |\ \ \ \
| | * | | | mac80211: don't compare TKIP TX MIC key in reinstall preventionJohannes Berg2017-10-251-2/+34
| | * | | | mac80211: validate user rate mask before configuring driverJohannes Berg2017-10-181-6/+6
| | * | | | cfg80211: fix connect/disconnect edge casesJohannes Berg2017-10-181-9/+41
| | * | | | mac80211: use constant time comparison with keysJason A. Donenfeld2017-10-181-1/+2
| * | | | | tcp: call tcp_rate_skb_sent() when retransmit with unaligned skb->dataYousuk Seung2017-10-261-1/+3
| * | | | | tcp/dccp: fix other lockdep splats accessing ireq_optEric Dumazet2017-10-263-4/+4
| * | | | | rds: Fix inaccurate accounting of unsignaled wrsHåkon Bugge2017-10-261-8/+7
| * | | | | rds: ib: Fix uninitialized variableHåkon Bugge2017-10-261-0/+1
| * | | | | net/unix: don't show information about sockets from other namespacesAndrei Vagin2017-10-261-0/+2
| * | | | | net: dsa: check master device before putVivien Didelot2017-10-251-3/+4
| * | | | | strparser: Use delayed work instead of timer for msg timeoutTom Herbert2017-10-251-9/+8
| | |/ / / | |/| | |
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-10-242-18/+23
| |\ \ \ \
| | * | | | ipsec: Fix aborted xfrm policy dump crashHerbert Xu2017-10-231-10/+15
| | * | | | ipsec: Fix dst leak in xfrm_bundle_create().David Miller2017-10-111-8/+8
| * | | | | sctp: full support for ipv6 ip_nonlocal_bind & IP_FREEBINDLaszlo Toth2017-10-241-2/+4
| * | | | | tcp/dccp: fix lockdep splat in inet_csk_route_req()Eric Dumazet2017-10-231-1/+2
| * | | | | tcp: do tcp_mstamp_refresh before retransmits on TSQ handlerKoichiro Den2017-10-231-1/+3
| | |_|/ / | |/| | |
* | | | | Merge tag 'nfs-for-4.14-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2017-10-251-11/+25
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | SUNRPC: Destroy transport from the system workqueueTrond Myklebust2017-10-191-10/+24
| * | | | SUNRPC: fix a list corruption issue in xprt_release()Trond Myklebust2017-10-161-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-2135-138/+230
|\ \ \ \ \
| * | | | | ipv6: flowlabel: do not leave opt->tot_len with garbageEric Dumazet2017-10-222-2/+3
| * | | | | rxrpc: Don't release call mutex on error pointerDavid Howells2017-10-221-2/+3
| * | | | | net: ethtool: remove error check for legacy setting transceiver typeNiklas Söderlund2017-10-221-3/+2
| * | | | | soreuseport: fix initialization raceCraig Gallek2017-10-223-11/+11
| * | | | | net: bridge: fix returning of vlan range op errorsNikolay Aleksandrov2017-10-221-1/+1
| * | | | | sock: correct sk_wmem_queued accounting on efault in tcp zerocopyWillem de Bruijn2017-10-221-0/+4
| * | | | | udp: make some messages more descriptiveMatteo Croce2017-10-211-2/+2
| * | | | | Merge tag 'linux-can-fixes-for-4.14-20171019' of git://git.kernel.org/pub/scm...David S. Miller2017-10-212-6/+19
| |\ \ \ \ \
| | * | | | | can: af_can: can_pernet_init(): add missing error handling for kzalloc return...Marc Kleine-Budde2017-10-191-1/+13
| | * | | | | can: af_can: do not access proto_tab directly use rcu_access_pointer insteadMarc Kleine-Budde2017-10-191-3/+3
OpenPOWER on IntegriCloud