Age | Commit message (Expand) | Author |
2018-01-30 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2018-01-25 | net: don't call update_pmtu unconditionally | Nicolas Dichtel |
2018-01-25 | net: tcp: close sock if net namespace is exiting | Dan Streetman |
2018-01-24 | net: sched: fix TCF_LAYER_LINK case in tcf_get_base_ptr | Wolfgang Bumiller |
2018-01-23 | ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABEL | Ben Hutchings |
2018-01-18 | lockdep: Convert some users to const | Matthew Wilcox |
2018-01-16 | net, sched: fix panic when updating miniq {b,q}stats | Daniel Borkmann |
2018-01-16 | Merge tag 'mac80211-for-davem-2018-01-15' of git://git.kernel.org/pub/scm/lin... | David S. Miller |
2018-01-15 | ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANY | Jim Westfall |
2018-01-15 | net/tls: Fix inverted error codes to avoid endless loop | r.hering@avm.de |
2018-01-15 | mac80211_hwsim: validate number of different channels | Johannes Berg |
2018-01-08 | sctp: fix the handling of ICMP Frag Needed for too small MTUs | Marcelo Ricardo Leitner |
2018-01-03 | vxlan: trivial indenting fix. | William Tu |
2017-12-28 | sock: Add sock_owned_by_user_nocheck | Tom Herbert |
2017-12-27 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller |
2017-12-20 | cls_bpf: fix offload assumptions after callback conversion | Jakub Kicinski |
2017-12-19 | Merge tag 'mac80211-for-davem-2017-12-19' of git://git.kernel.org/pub/scm/lin... | David S. Miller |
2017-12-19 | nl80211: Remove obsolete kerneldoc line | Jonathan Corbet |
2017-12-19 | xfrm: Reinject transport-mode packets through tasklet | Herbert Xu |
2017-12-15 | net: sched: Add TCA_HW_OFFLOAD | Yuval Mintz |
2017-12-13 | ipv4: igmp: guard against silly MTU values | Eric Dumazet |
2017-12-11 | fou: fix some member types in guehdr | Xin Long |
2017-12-08 | tcp: invalidate rate samples during SACK reneging | Yousuk Seung |
2017-12-05 | net: remove hlist_nulls_add_tail_rcu() | Eric Dumazet |
2017-12-05 | net_sched: red: Avoid illegal values | Nogah Frankel |
2017-12-05 | net_sched: red: Avoid devision by zero | Nogah Frankel |
2017-12-03 | tcp: use IPCB instead of TCP_SKB_CB in inet_exact_dif_match() | David Ahern |
2017-12-01 | sctp: abandon the whole msg if one part of a fragmented message is abandoned | Xin Long |
2017-11-30 | act_sample: get rid of tcf_sample_cleanup_rcu() | Cong Wang |
2017-11-28 | sctp: remove extern from stream sched | Xin Long |
2017-11-28 | sctp: force the params with right types for sctp csum apis | Xin Long |
2017-11-28 | Merge tag 'mac80211-for-davem-2017-11-27' of git://git.kernel.org/pub/scm/lin... | David S. Miller |
2017-11-27 | mac80211: use QoS NDP for AP probing | Johannes Berg |
2017-11-24 | net: accept UFO datagrams from tuntap and packet | Willem de Bruijn |
2017-11-19 | tcp: when scheduling TLP, time of RTO should account for current ACK | Neal Cardwell |
2017-11-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2017-11-18 | sctp: set frag_point in sctp_setsockopt_maxseg correctly | Xin Long |
2017-11-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2017-11-15 | kmemcheck: remove annotations | Levin, Alexander (Sasha Levin) |
2017-11-15 | slab, slub, slob: add slab_flags_t | Alexey Dobriyan |
2017-11-16 | genetlink: fix genlmsg_nlhdr() | Michal Kubecek |
2017-11-15 | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2017-11-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2017-11-15 | tcp: highest_sack fix | Eric Dumazet |
2017-11-15 | tcp: Namespace-ify sysctl_tcp_default_congestion_control | Stephen Hemminger |
2017-11-15 | uapi: fix linux/tls.h userspace compilation error | Dmitry V. Levin |
2017-11-14 | tls: Move tls_make_aad to header to allow sharing | Ilya Lesokhin |
2017-11-14 | tls: Fix TLS ulp context leak, when TLS_TX setsockopt is not used. | Ilya Lesokhin |
2017-11-14 | tls: Add function to update the TLS socket configuration | Ilya Lesokhin |
2017-11-14 | tcp: allow drivers to tweak TSQ logic | Eric Dumazet |