Age | Commit message (Expand) | Author |
2015-04-13 | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | David S. Miller |
2015-04-13 | net: use jump label patching for ingress qdisc in __netif_receive_skb_core | Daniel Borkmann |
2015-04-12 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh... | David S. Miller |
2015-04-12 | tcp: do not cache align timewait sockets | Eric Dumazet |
2015-04-11 | new helper: msg_data_left() | Al Viro |
2015-04-10 | if_link: Add an additional parameter to ifla_vf_info for RSS querying | Vlad Zolotarov |
2015-04-10 | rtnetlink: Mark name argument of rtnl_create_link() const | Thomas Graf |
2015-04-09 | net: Pass VLAN ID to rtnl_fdb_notify. | Hubert Sokolowski |
2015-04-07 | net: remove extra newlines | Sheng Yong |
2015-04-07 | netns: allow to dump netns ids | Nicolas Dichtel |
2015-04-07 | netns: notify netns id events | Nicolas Dichtel |
2015-04-07 | netns: minor cleanup in rtnl_net_getid() | Nicolas Dichtel |
2015-04-07 | netfilter: Pass socket pointer down through okfn(). | David Miller |
2015-04-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-04-06 | tc: bpf: add checksum helpers | Alexei Starovoitov |
2015-04-06 | ipv6: protect skb->sk accesses from recursive dereference inside the stack | hannes@stressinduktion.org |
2015-04-03 | ebpf: add skb->priority to offset map for usage in {cls, act}_bpf | Daniel Borkmann |
2015-04-03 | netns: don't allocate an id for dead netns | Nicolas Dichtel |
2015-04-03 | Revert "netns: don't clear nsid too early on removal" | Nicolas Dichtel |
2015-04-02 | net: move fib_rules_unregister() under rtnl lock | WANG Cong |
2015-04-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-04-02 | dev: set iflink to 0 for virtual interfaces | Nicolas Dichtel |
2015-04-02 | net: remove iflink field from struct net_device | Nicolas Dichtel |
2015-04-02 | dev: introduce dev_get_iflink() | Nicolas Dichtel |
2015-03-31 | net: rename dev to orig_dev in deliver_ptype_list_skb | Jiri Pirko |
2015-03-29 | net: Introduce passthru_features_check | Toshiaki Makita |
2015-03-29 | net: Move check for multiple vlans to drivers | Toshiaki Makita |
2015-03-29 | vlan: Introduce helper functions to check if skb is tagged | Toshiaki Makita |
2015-03-29 | tc: bpf: generalize pedit action | Alexei Starovoitov |
2015-03-29 | netns: don't clear nsid too early on removal | Nicolas Dichtel |
2015-03-24 | filter: introduce SKF_AD_VLAN_TPID BPF extension | Michal Sekletar |
2015-03-24 | net: allow to delete a whole device group | WANG Cong |
2015-03-24 | net: use for_each_netdev_safe() in rtnl_group_changelink() | WANG Cong |
2015-03-23 | net: Move the comment about unsettable socket-level options to default clause... | YOSHIFUJI Hideaki/吉藤英明 |
2015-03-23 | net: convert syn_wait_lock to a spinlock | Eric Dumazet |
2015-03-23 | net: clear skb->priority when forwarding to another netns | WANG Cong |
2015-03-20 | net: neighbour: Add mcast_resolicit to configure the number of multicast reso... | YOSHIFUJI Hideaki/吉藤英明 |
2015-03-20 | ebpf: add sched_act_type and map it to sk_filter's verifier ops | Daniel Borkmann |
2015-03-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-03-20 | ebpf, filter: do not convert skb->protocol to host endianess during runtime | Daniel Borkmann |
2015-03-20 | net: increase sk_[max_]ack_backlog | Eric Dumazet |
2015-03-20 | inet: get rid of central tcp/dccp listener timer | Eric Dumazet |
2015-03-18 | net: Fix high overhead of vlan sub-device teardown. | David S. Miller |
2015-03-18 | net: add support for phys_port_name | David Ahern |
2015-03-18 | net: Add max rate tx queue attribute | John Fastabend |
2015-03-17 | tcp: rename struct tcp_request_sock listener | Eric Dumazet |
2015-03-17 | bpf: allow BPF programs access 'protocol' and 'vlan_tci' fields | Alexei Starovoitov |
2015-03-16 | net: kernel socket should be released in init_net namespace | Ying Xue |
2015-03-16 | inet: add proper refcounting to request sock | Eric Dumazet |
2015-03-16 | inet: factorize sock_edemux()/sock_gen_put() code | Eric Dumazet |