Age | Commit message (Expand) | Author | Files | Lines |
2018-12-21 | packet: validate address length | Willem de Bruijn | 1 | -0/+4 |
2018-12-21 | tcp: fix a race in inet_diag_dump_icsk() | Eric Dumazet | 1 | -1/+3 |
2018-12-21 | ipv6: frags: Fix bogus skb->sk in reassembled packets | Herbert Xu | 1 | -0/+1 |
2018-12-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 44 | -165/+372 |
2018-12-20 | rds: Fix warning. | David S. Miller | 1 | -1/+3 |
2018-12-20 | neighbor: NTF_PROXY is a valid ndm_flag for a dump request | David Ahern | 1 | -1/+6 |
2018-12-20 | net/sched: cls_flower: Remove old entries from rhashtable | Roi Dayan | 1 | -4/+3 |
2018-12-20 | net/tls: allocate tls context using GFP_ATOMIC | Ganesh Goudar | 1 | -1/+1 |
2018-12-20 | gro_cell: add napi_disable in gro_cells_destroy | Lorenzo Bianconi | 1 | -0/+1 |
2018-12-19 | ipv6: explicitly initialize udp6_addr in udp_sock_create6() | Cong Wang | 1 | -1/+2 |
2018-12-19 | net/rds: remove user triggered WARN_ON in rds_sendmsg | shamir rabinovitch | 4 | -19/+29 |
2018-12-19 | net/rds: fix warn in rds_message_alloc_sgs | shamir rabinovitch | 3 | -42/+91 |
2018-12-19 | Merge tag 'mac80211-for-davem-2018-12-19' of git://git.kernel.org/pub/scm/lin... | David S. Miller | 4 | -3/+11 |
2018-12-19 | mac80211: free skb fraglist before freeing the skb | Sara Sharon | 1 | -0/+5 |
2018-12-19 | nl80211: fix memory leak if validate_pae_over_nl80211() fails | Johannes Berg | 1 | -1/+3 |
2018-12-19 | net/smc: fix TCP fallback socket release | Myungho Jung | 2 | -2/+16 |
2018-12-19 | tipc: check group dests after tipc_wait_for_cond() | Cong Wang | 1 | -4/+5 |
2018-12-18 | VSOCK: Send reset control packet when socket is partially bound | Jorgen Hansen | 1 | -17/+50 |
2018-12-18 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 4 | -5/+17 |
2018-12-18 | SUNRPC: Remove xprt_connect_status() | Trond Myklebust | 1 | -31/+1 |
2018-12-18 | SUNRPC: Fix a race with XPRT_CONNECTING | Trond Myklebust | 1 | -2/+2 |
2018-12-18 | SUNRPC: Fix disconnection races | Trond Myklebust | 3 | -5/+7 |
2018-12-18 | mac80211: fix a kernel panic when TXing after TXQ teardown | Sara Sharon | 2 | -2/+3 |
2018-12-18 | net: add missing SOF_TIMESTAMPING_OPT_ID support | Willem de Bruijn | 4 | -6/+6 |
2018-12-18 | ipv6: add missing tx timestamping on IPPROTO_RAW | Willem de Bruijn | 1 | -0/+2 |
2018-12-16 | net: clear skb->tstamp in forwarding paths | Eric Dumazet | 2 | -0/+2 |
2018-12-15 | net: ipv4: do not handle duplicate fragments as overlapping | Michal Kubecek | 1 | -6/+12 |
2018-12-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2 | -4/+22 |
2018-12-15 | tipc: check tsk->group in tipc_wait_for_cond() | Cong Wang | 1 | -11/+14 |
2018-12-15 | net: Allow class-e address assignment via ifconfig ioctl | Dave Taht | 2 | -2/+5 |
2018-12-15 | ip6mr: Fix potential Spectre v1 vulnerability | Gustavo A. R. Silva | 1 | -0/+4 |
2018-12-15 | VSOCK: bind to random port for VMADDR_PORT_ANY | Lepton Wu | 1 | -1/+6 |
2018-12-15 | net/tls: sleeping function from invalid context | Atul Gupta | 1 | -13/+23 |
2018-12-15 | net/tls: Init routines in create_ctx | Atul Gupta | 1 | -3/+3 |
2018-12-15 | tipc: compare remote and local protocols in tipc_udp_enable() | Cong Wang | 1 | -0/+5 |
2018-12-15 | tipc: fix a double kfree_skb() | Cong Wang | 1 | -3/+1 |
2018-12-15 | tipc: use lock_sock() in tipc_sk_reinit() | Cong Wang | 1 | -2/+6 |
2018-12-14 | net: netlink: rename NETLINK_DUMP_STRICT_CHK -> NETLINK_GET_STRICT_CHK | Jakub Kicinski | 1 | -2/+2 |
2018-12-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 6 | -15/+22 |
2018-12-13 | netfilter: nf_conncount: use rb_link_node_rcu() instead of rb_link_node() | Taehee Yoo | 1 | -1/+1 |
2018-12-13 | netfilter: nat: can't use dst_hold on noref dst | Florian Westphal | 1 | -1/+2 |
2018-12-13 | netfilter: ipset: do not call ipset_nest_end after nla_nest_cancel | Pan Bian | 1 | -1/+1 |
2018-12-12 | bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64K | Daniel Borkmann | 1 | -3/+17 |
2018-12-10 | ipv4: Fix potential Spectre v1 vulnerability | Gustavo A. R. Silva | 1 | -0/+4 |
2018-12-10 | sctp: initialize sin6_flowinfo for ipv6 addrs in sctp_inet6addr_event | Xin Long | 1 | -0/+1 |
2018-12-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 35 | -176/+278 |
2018-12-09 | net/sched: cls_flower: Reject duplicated rules also under skip_sw | Or Gerlitz | 1 | -13/+10 |
2018-12-08 | ipv6: Check available headroom in ip6_xmit() even without options | Stefano Brivio | 1 | -21/+21 |
2018-12-08 | tcp: lack of available data can also cause TSO defer | Eric Dumazet | 1 | -11/+24 |
2018-12-08 | net/flow_dissector: correctly cap nhoff and thoff in case of BPF | Stanislav Fomichev | 1 | -1/+4 |