| Commit message (Expand) | Author | Age | Files | Lines |
* | net/9p/client.c: put refcount of trans_mod in error case in parse_opts() | piaojun | 2018-07-14 | 1 | -1/+2 |
* | net/smc: fix up merge error with poll changes | Linus Torvalds | 2018-07-03 | 1 | -1/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2018-07-02 | 31 | -171/+415 |
|\ |
|
| * | ipv6: sr: fix passing wrong flags to crypto_alloc_shash() | Eric Biggers | 2018-07-02 | 1 | -1/+1 |
| * | net: fix use-after-free in GRO with ESP | Sabrina Dubroca | 2018-07-02 | 4 | -6/+4 |
| * | tcp: prevent bogus FRTO undos with non-SACK flows | Ilpo Järvinen | 2018-07-01 | 1 | -0/+9 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2018-07-01 | 1 | -32/+54 |
| |\ |
|
| | * | bpf: Change bpf_fib_lookup to return lookup status | David Ahern | 2018-06-29 | 1 | -32/+54 |
| * | | net: fib_rules: bring back rule_exists to match rule during add | Roopa Prabhu | 2018-06-30 | 1 | -1/+71 |
| * | | net: use dev_change_tx_queue_len() for SIOCSIFTXQLEN | Cong Wang | 2018-06-30 | 1 | -9/+2 |
| * | | net/ipv6: Fix updates to prefix route | David Ahern | 2018-06-30 | 1 | -3/+6 |
| * | | net: cleanup gfp mask in alloc_skb_with_frags | Michal Hocko | 2018-06-30 | 1 | -2/+1 |
| * | | tcp: fix Fast Open key endianness | Yuchung Cheng | 2018-06-30 | 1 | -5/+13 |
| * | | Merge tag 'mac80211-for-davem-2018-06-29' of git://git.kernel.org/pub/scm/lin... | David S. Miller | 2018-06-29 | 2 | -21/+16 |
| |\ \ |
|
| | * | | nl80211: check nla_parse_nested() return values | Johannes Berg | 2018-06-29 | 1 | -5/+11 |
| | * | | nl80211: relax ht operation checks for mesh | Bob Copeland | 2018-06-29 | 1 | -16/+3 |
| | * | | mac80211: disable BHs/preemption in ieee80211_tx_control_port() | Denis Kenzior | 2018-06-29 | 1 | -0/+2 |
| * | | | net, mm: account sock objects to kmemcg | Shakeel Butt | 2018-06-29 | 1 | -2/+5 |
| |/ / |
|
| * | | net/smc: rebuild nonblocking connect | Ursula Braun | 2018-06-28 | 2 | -28/+71 |
| * | | tcp: add one more quick ack after after ECN events | Eric Dumazet | 2018-06-28 | 1 | -2/+2 |
| * | | bpfilter: include bpfilter_umh in assembly instead of using objcopy | Masahiro Yamada | 2018-06-28 | 3 | -21/+14 |
| * | | strparser: Remove early eaten to fix full tcp receive buffer stall | Doron Roberts-Kedes | 2018-06-28 | 1 | -16/+1 |
| * | | bpfilter: check compiler capability in Kconfig | Masahiro Yamada | 2018-06-28 | 2 | -5/+1 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2018-06-28 | 5 | -11/+68 |
| |\ \ |
|
| | * | | netfilter: nf_conncount: fix garbage collection confirm race | Florian Westphal | 2018-06-26 | 1 | -5/+47 |
| | * | | netfilter: nf_log: don't hold nf_log_mutex during user access | Jann Horn | 2018-06-26 | 1 | -3/+6 |
| | * | | netfilter: nf_log: fix uninit read in nf_log_proc_dostring | Jann Horn | 2018-06-26 | 1 | -0/+4 |
| | * | | netfilter: nf_ct_helper: Fix possible panic after nf_conntrack_helper_unregister | Gao Feng | 2018-06-18 | 1 | -0/+5 |
| | * | | netfilter: ipv6: nf_defrag: reduce struct net memory waste | Eric Dumazet | 2018-06-18 | 1 | -3/+3 |
| | * | | netfilter: nf_queue: augment nfqa_cfg_policy | Eric Dumazet | 2018-06-18 | 1 | -0/+3 |
| * | | | fib_rules: match rules based on suppress_* properties too | Jason A. Donenfeld | 2018-06-27 | 1 | -0/+8 |
| * | | | rds: clean up loopback rds_connections on netns deletion | Sowmini Varadhan | 2018-06-27 | 3 | -1/+68 |
* | | | | net: handle NULL ->poll gracefully | Christoph Hellwig | 2018-06-29 | 1 | -0/+2 |
* | | | | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL | Linus Torvalds | 2018-06-28 | 54 | -169/+212 |
|/ / / |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2018-06-25 | 9 | -32/+47 |
|\ \ \ |
|
| * | | | net_sched: remove a bogus warning in hfsc | Cong Wang | 2018-06-23 | 1 | -2/+2 |
| * | | | net: dccp: switch rx_tstamp_last_feedback to monotonic clock | Eric Dumazet | 2018-06-23 | 1 | -4/+7 |
| * | | | net: dccp: avoid crash in ccid3_hc_rx_send_feedback() | Eric Dumazet | 2018-06-23 | 1 | -3/+2 |
| * | | | ipv6: mcast: fix unsolicited report interval after receiving querys | Hangbin Liu | 2018-06-23 | 1 | -3/+6 |
| * | | | VSOCK: fix loopback on big-endian systems | Claudio Imbrenda | 2018-06-22 | 1 | -1/+1 |
| * | | | cls_flower: fix use after free in flower S/W path | Paolo Abeni | 2018-06-22 | 1 | -4/+17 |
| * | | | net/packet: fix use-after-free | Eric Dumazet | 2018-06-22 | 1 | -9/+7 |
| | |/
| |/| |
|
| * | | sctp: fix erroneous inc of snmp SctpFragUsrMsgs | Marcelo Ricardo Leitner | 2018-06-21 | 1 | -1/+3 |
| * | | strparser: Don't schedule in workqueue in paused state | Vakul Garg | 2018-06-21 | 1 | -4/+1 |
| * | | bpfilter: fix user mode helper cross compilation | Matteo Croce | 2018-06-21 | 1 | -1/+1 |
* | | | Merge tag 'nfs-for-4.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2018-06-21 | 1 | -3/+7 |
|\ \ \
| |/ /
|/| | |
|
| * | | sunrpc: Prevent duplicate XID allocation | Chuck Lever | 2018-06-19 | 1 | -3/+7 |
* | | | ip: limit use of gso_size to udp | Willem de Bruijn | 2018-06-20 | 2 | -2/+4 |
* | | | bpfilter: ignore binary files | Matteo Croce | 2018-06-20 | 1 | -0/+1 |
* | | | bpfilter: fix build error | Matteo Croce | 2018-06-20 | 1 | -2/+4 |