Age | Commit message (Expand) | Author | Files | Lines |
2018-07-23 | tcp: detect malicious patterns in tcp_collapse_ofo_queue() | Eric Dumazet | 1 | -2/+13 |
2018-07-23 | tcp: avoid collapses in tcp_prune_queue() if possible | Eric Dumazet | 1 | -0/+3 |
2018-07-23 | tcp: free batches of packets in tcp_prune_ofo_queue() | Eric Dumazet | 1 | -4/+11 |
2018-07-23 | ip: hash fragments consistently | Paolo Abeni | 2 | -0/+4 |
2018-07-23 | ipv6: use fib6_info_hold_safe() when necessary | Wei Wang | 2 | -11/+33 |
2018-07-22 | rtnetlink: add rtnl_link_state check in rtnl_configure_link | Roopa Prabhu | 1 | -3/+6 |
2018-07-21 | multicast: do not restore deleted record source filter mode to new one | Hangbin Liu | 2 | -4/+2 |
2018-07-21 | net: skb_segment() should not return NULL | Eric Dumazet | 1 | -5/+5 |
2018-07-21 | net/ipv6: Fix linklocal to global address with VRF | David Ahern | 2 | -4/+7 |
2018-07-21 | net: caif: Add a missing rcu_read_unlock() in caif_flow_cb | YueHaibing | 1 | -1/+3 |
2018-07-20 | tls: check RCV_SHUTDOWN in tls_wait_data | Doron Roberts-Kedes | 1 | -0/+3 |
2018-07-20 | tcp: do not delay ACK in DCTCP upon CE status change | Yuchung Cheng | 2 | -13/+20 |
2018-07-20 | tcp: do not cancel delay-AcK on DCTCP special ACK | Yuchung Cheng | 2 | -33/+11 |
2018-07-20 | tcp: helpers to send special DCTCP ack | Yuchung Cheng | 1 | -5/+17 |
2018-07-20 | netfilter: conntrack: dccp: treat SYNC/SYNCACK as invalid if no prior state | Florian Westphal | 1 | -4/+4 |
2018-07-20 | netfilter: nf_tables: don't allow to rename to already-pending name | Florian Westphal | 1 | -13/+29 |
2018-07-20 | netfilter: nf_tables: fix memory leaks on chain rename | Florian Westphal | 1 | -6/+11 |
2018-07-20 | netfilter: nf_tables: free flow table struct too | Florian Westphal | 1 | -0/+1 |
2018-07-20 | netfilter: nf_tables: use dev->name directly | Florian Westphal | 1 | -9/+5 |
2018-07-19 | net/page_pool: Fix inconsistent lock state warning | Tariq Toukan | 1 | -1/+1 |
2018-07-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 64 | -485/+770 |
2018-07-18 | tcp: identify cryptic messages as TCP seq # bugs | Randy Dunlap | 1 | -2/+2 |
2018-07-18 | ipv6: sr: fix useless rol32 call on hash | Colin Ian King | 1 | -1/+1 |
2018-07-18 | Merge tag 'batadv-net-for-davem-20180717' of git://git.open-mesh.org/linux-merge | David S. Miller | 6 | -10/+93 |
2018-07-18 | net: sched: Using NULL instead of plain integer | YueHaibing | 1 | -2/+2 |
2018-07-18 | net/smc: reset recv timeout after clc handshake | Karsten Graul | 1 | -1/+2 |
2018-07-18 | net/smc: add error handling for get_user() | Ursula Braun | 1 | -1/+2 |
2018-07-18 | net/smc: optimize consumer cursor updates | Ursula Braun | 1 | -2/+10 |
2018-07-18 | net/nfc: Avoid stalls when nfc_alloc_send_skb() returned NULL. | Tetsuo Handa | 1 | -3/+6 |
2018-07-18 | ipv6: ila: select CONFIG_DST_CACHE | Arnd Bergmann | 1 | -0/+1 |
2018-07-18 | netfilter: nft_set_rbtree: fix panic when destroying set by GC | Taehee Yoo | 1 | -2/+5 |
2018-07-18 | netfilter: nft_set_hash: add rcu_barrier() in the nft_rhash_destroy() | Taehee Yoo | 1 | -0/+1 |
2018-07-17 | netfilter: nf_tables: fix jumpstack depth validation | Taehee Yoo | 3 | -9/+18 |
2018-07-17 | Merge tag 'v4.18-rc5' into locking/core, to pick up fixes | Ingo Molnar | 92 | -371/+681 |
2018-07-16 | net/smc: take sock lock in smc_ioctl() | Ursula Braun | 1 | -4/+15 |
2018-07-16 | net/ipv6: Do not allow device only routes via the multipath API | David Ahern | 1 | -0/+7 |
2018-07-16 | tcp: Fix broken repair socket window probe patch | Stefan Baranoff | 1 | -6/+7 |
2018-07-16 | ipv6: make DAD fail with enhanced DAD when nonce length differs | Sabrina Dubroca | 1 | -1/+1 |
2018-07-16 | net: ip6_gre: get ipv6hdr after skb_cow_head() | Prashant Bhole | 1 | -1/+2 |
2018-07-16 | tls: Stricter error checking in zerocopy sendmsg path | Dave Watson | 1 | -1/+1 |
2018-07-16 | KEYS: DNS: fix parsing multiple options | Eric Biggers | 1 | -12/+16 |
2018-07-16 | ipv6/mcast: init as INCLUDE when join SSM INCLUDE group | Hangbin Liu | 2 | -21/+48 |
2018-07-16 | ipv4/igmp: init group mode as INCLUDE when join source group | Hangbin Liu | 2 | -18/+44 |
2018-07-14 | net/9p/client.c: put refcount of trans_mod in error case in parse_opts() | piaojun | 1 | -1/+2 |
2018-07-13 | tcp: remove DELAYED ACK events in DCTCP | Yuchung Cheng | 2 | -29/+0 |
2018-07-13 | tcp: fix dctcp delayed ACK schedule | Yuchung Cheng | 1 | -2/+4 |
2018-07-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 3 | -36/+40 |
2018-07-13 | skbuff: Unconditionally copy pfmemalloc in __skb_clone() | Stefano Brivio | 1 | -2/+1 |
2018-07-13 | xsk: do not return EMSGSIZE in copy mode for packets larger than MTU | Magnus Karlsson | 1 | -6/+1 |
2018-07-13 | xsk: always return ENOBUFS from sendmsg if there is no TX queue | Magnus Karlsson | 1 | -3/+2 |