Age | Commit message (Expand) | Author | Files | Lines |
2016-01-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+2 |
2016-01-06 | net: possible use after free in dst_release | Francesco Ruggeri | 1 | -1/+2 |
2016-01-06 | soreuseport: change consume_skb to kfree_skb in error case | Craig Gallek | 1 | -1/+1 |
2016-01-05 | soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPF | Craig Gallek | 3 | -27/+211 |
2016-01-05 | soreuseport: define reuseport groups | Craig Gallek | 2 | -1/+174 |
2015-12-31 | ethtool: Add phy statistics | Andrew Lunn | 1 | -1/+80 |
2015-12-22 | net-sysfs: use to_net_dev in net_namespace() | Geliang Tang | 1 | -2/+2 |
2015-12-19 | bpf: fix misleading comment in bpf_convert_filter | Daniel Borkmann | 1 | -6/+0 |
2015-12-19 | bpf: move clearing of A/X into classic to eBPF migration prologue | Daniel Borkmann | 1 | -3/+16 |
2015-12-19 | bpf: add bpf_skb_load_bytes helper | Daniel Borkmann | 1 | -1/+34 |
2015-12-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 4 | -12/+15 |
2015-12-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2 | -6/+6 |
2015-12-17 | net: check both type and procotol for tcp sockets | WANG Cong | 2 | -2/+4 |
2015-12-17 | net: Pass ndm_state to route netlink FDB notifications. | Hubert Sokolowski | 1 | -7/+10 |
2015-12-16 | net: diag: Add the ability to destroy a socket. | Lorenzo Colitti | 1 | -3/+20 |
2015-12-16 | net: Add driver helper functions to determine checksum offloadability | Tom Herbert | 1 | -0/+136 |
2015-12-16 | net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUM | Tom Herbert | 2 | -8/+8 |
2015-12-16 | net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK | Tom Herbert | 2 | -6/+6 |
2015-12-16 | sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRC | Tom Herbert | 1 | -2/+2 |
2015-12-15 | switchdev: Pass original device to port netdev driver | Ido Schimmel | 2 | -0/+2 |
2015-12-15 | skbuff: Fix offset error in skb_reorder_vlan_header | Vlad Yasevich | 1 | -1/+1 |
2015-12-12 | xfrm: add rcu protection to sk->sk_policy[] | Eric Dumazet | 1 | -1/+1 |
2015-12-09 | sock, cgroup: add sock->sk_cgroup | Tejun Heo | 3 | -2/+14 |
2015-12-09 | net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a struct | Tejun Heo | 5 | -19/+10 |
2015-12-09 | netprio_cgroup: limit the maximum css->id to USHRT_MAX | Tejun Heo | 1 | -0/+9 |
2015-12-08 | net: Fix inverted test in __skb_recv_datagram | Rainer Weikusat | 1 | -1/+1 |
2015-12-07 | Merge branch 'master' into for-4.4-fixes | Tejun Heo | 9 | -151/+201 |
2015-12-07 | core: enable more fine-grained datagram reception control | Rainer Weikusat | 1 | -29/+48 |
2015-12-06 | sctp: update the netstamp_needed counter when copying sockets | Marcelo Ricardo Leitner | 1 | -2/+0 |
2015-12-06 | net: constify netif_is_* helpers net_device param | Jiri Pirko | 1 | -1/+1 |
2015-12-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 6 | -21/+31 |
2015-12-03 | net: introduce change lower state notifier | Jiri Pirko | 1 | -0/+20 |
2015-12-03 | net: add possibility to pass information about upper device via notifier | Jiri Pirko | 1 | -4/+7 |
2015-12-03 | net: propagate upper priv via netdev_master_upper_dev_link | Jiri Pirko | 1 | -12/+6 |
2015-12-03 | net: Check CHANGEUPPER notifier return value | Ido Schimmel | 1 | -2/+6 |
2015-12-03 | ipv6: kill sk_dst_lock | Eric Dumazet | 1 | -3/+1 |
2015-12-03 | cgroup: fix handling of multi-destination migration from subtree_control enab... | Tejun Heo | 2 | -9/+11 |
2015-12-03 | net/neighbour: fix crash at dumping device-agnostic proxy entries | Konstantin Khlebnikov | 1 | -2/+2 |
2015-12-01 | net: fix sock_wake_async() rcu protection | Eric Dumazet | 1 | -1/+1 |
2015-12-01 | net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA | Eric Dumazet | 3 | -7/+7 |
2015-11-30 | net: Generalise wq_has_sleeper helper | Herbert Xu | 2 | -5/+5 |
2015-11-23 | cgroups: Allow dynamically changing net_classid | Nina Schiff | 1 | -8/+18 |
2015-11-23 | net, scm: fix PaX detected msg_controllen overflow in scm_detach_fds | Daniel Borkmann | 1 | -0/+2 |
2015-11-22 | net: IPv6 fib lookup tracepoint | David Ahern | 1 | -0/+4 |
2015-11-21 | net: avoid NULL deref in napi_get_frags() | Eric Dumazet | 1 | -2/+4 |
2015-11-19 | net: provide generic busy polling to all NAPI drivers | Eric Dumazet | 1 | -0/+7 |
2015-11-19 | net: napi_hash_del() returns a boolean status | Eric Dumazet | 1 | -3/+7 |
2015-11-19 | net: move napi_hash[] into read mostly section | Eric Dumazet | 1 | -1/+1 |
2015-11-19 | net: add netif_tx_napi_add() | Eric Dumazet | 1 | -1/+2 |
2015-11-19 | net: move skb_mark_napi_id() into core networking stack | Eric Dumazet | 1 | -0/+2 |