Age | Commit message (Expand) | Author | Files | Lines |
2015-10-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 6 | -71/+50 |
2015-10-19 | uapi: add mpls_iptunnel.h | stephen hemminger | 1 | -0/+1 |
2015-10-19 | tcp: do not set queue_mapping on SYNACK | Eric Dumazet | 1 | -1/+1 |
2015-10-17 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | Pablo Neira Ayuso | 61 | -332/+994 |
2015-10-16 | netfilter: turn NF_HOOK into an inline function | Arnd Bergmann | 1 | -2/+17 |
2015-10-16 | netfilter: make nf_queue_entry_get_refs return void | Florian Westphal | 1 | -1/+1 |
2015-10-16 | netfilter: remove hook owner refcounting | Florian Westphal | 1 | -1/+0 |
2015-10-16 | net: introduce pre-change upper device notifier | Jiri Pirko | 1 | -0/+1 |
2015-10-16 | tcp/dccp: fix race at listener dismantle phase | Eric Dumazet | 2 | -26/+2 |
2015-10-16 | tcp/dccp: add inet_csk_reqsk_queue_drop_and_put() helper | Eric Dumazet | 1 | -0/+1 |
2015-10-15 | switchdev: introduce possibility to defer obj_add/del | Jiri Pirko | 1 | -0/+1 |
2015-10-15 | switchdev: remove pointers from switchdev objects | Jiri Pirko | 1 | -4/+3 |
2015-10-15 | switchdev: allow caller to explicitly request attr_set as deferred | Jiri Pirko | 1 | -0/+1 |
2015-10-15 | switchdev: make struct switchdev_attr parameter const for attr_set calls | Jiri Pirko | 1 | -3/+3 |
2015-10-15 | switchdev: introduce switchdev deferred ops infrastructure | Jiri Pirko | 1 | -0/+5 |
2015-10-15 | net/mlx4_core: Replace VF zero mac with random mac in mlx4_core | Jack Morgenstein | 1 | -0/+1 |
2015-10-15 | net/mlx5_core: Wait for FW readiness on startup | Eli Cohen | 2 | -1/+7 |
2015-10-15 | net/mlx5_core: Add pci error handlers to mlx5_core driver | Majd Dibbiny | 1 | -0/+22 |
2015-10-15 | net/mlx5_core: Fix internal error detection conditions | Eli Cohen | 1 | -0/+1 |
2015-10-15 | tcp: avoid spurious SYN flood detection at listen() time | Eric Dumazet | 1 | -1/+1 |
2015-10-15 | Merge tag 'linux-can-next-for-4.4-20151013' of git://git.kernel.org/pub/scm/l... | David S. Miller | 2 | -6/+6 |
2015-10-14 | Revert "ipv4/icmp: redirect messages can use the ingress daddr as source" | Paolo Abeni | 1 | -1/+0 |
2015-10-13 | can: at91: remove at91_can_data | Alexandre Belloni | 1 | -5/+0 |
2015-10-13 | can: avoid using timeval for uapi | Arnd Bergmann | 1 | -1/+6 |
2015-10-13 | net: Add IPv6 support to l3mdev | David Ahern | 1 | -0/+46 |
2015-10-13 | ipv6: Pass struct net into nf_ct_frag6_gather | Eric W. Biederman | 1 | -1/+1 |
2015-10-13 | ipv4: Pass struct net into ip_defrag and ip_check_defrag | Eric W. Biederman | 1 | -3/+3 |
2015-10-13 | Merge tag 'wireless-drivers-next-for-davem-2015-10-09' of git://git.kernel.or... | David S. Miller | 1 | -0/+2 |
2015-10-13 | ipv4/icmp: redirect messages can use the ingress daddr as source | Paolo Abeni | 1 | -0/+1 |
2015-10-13 | tcp: shrink tcp_timewait_sock by 8 bytes | Eric Dumazet | 2 | -2/+4 |
2015-10-13 | net: shrink struct sock and request_sock by 8 bytes | Eric Dumazet | 2 | -8/+11 |
2015-10-13 | net: align sk_refcnt on 128 bytes boundary | Eric Dumazet | 3 | -5/+16 |
2015-10-13 | net: SO_INCOMING_CPU setsockopt() support | Eric Dumazet | 1 | -6/+4 |
2015-10-13 | sock: support per-packet fwmark | Edward Jee | 1 | -0/+7 |
2015-10-13 | bpf: charge user for creation of BPF maps and programs | Alexei Starovoitov | 2 | -1/+4 |
2015-10-13 | bpf: enable non-root eBPF programs | Alexei Starovoitov | 1 | -0/+2 |
2015-10-12 | netfilter: conntrack: fix crash on timeout object removal | Pablo Neira Ayuso | 1 | -6/+19 |
2015-10-12 | switchdev: skip over ports returning -EOPNOTSUPP when recursing ports | Scott Feldman | 1 | -0/+1 |
2015-10-12 | switchdev: add bridge ageing_time attribute | Scott Feldman | 1 | -0/+2 |
2015-10-11 | net: dsa: use switchdev obj in port_fdb_del | Vivien Didelot | 1 | -1/+1 |
2015-10-11 | net: dsa: push prepare phase in port_fdb_add | Vivien Didelot | 1 | -1/+2 |
2015-10-11 | net: dsa: add port_fdb_prepare | Vivien Didelot | 1 | -0/+6 |
2015-10-11 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 11 | -95/+430 |
2015-10-11 | net: synack packets can be attached to request sockets | Eric Dumazet | 1 | -0/+8 |
2015-10-11 | bpf: fix cb access in socket filter programs | Alexei Starovoitov | 2 | -7/+38 |
2015-10-09 | net/core: lockdep_rtnl_is_held can be boolean | Yaowei Bai | 1 | -3/+3 |
2015-10-09 | net/inetdevice: bad_mask can be boolean | Yaowei Bai | 1 | -4/+4 |
2015-10-09 | net/inetdevice: inet_ifa_match can be boolean | Yaowei Bai | 1 | -1/+1 |
2015-10-09 | net/dccp: dccp_list_has_service can be boolean | Yaowei Bai | 1 | -3/+3 |
2015-10-09 | net/can: can_dropped_invalid_skb can be boolean | Yaowei Bai | 1 | -3/+3 |