Age | Commit message (Expand) | Author |
2015-05-17 | netns: make nsid_lock per net | WANG Cong |
2015-05-17 | switchdev: add support for fdb add/del/dump via switchdev_port_obj ops. | Samudrala, Sridhar |
2015-05-17 | tcp: introduce tcp_under_memory_pressure() | Eric Dumazet |
2015-05-17 | tcp: rename sk_forced_wmem_schedule() to sk_forced_mem_schedule() | Eric Dumazet |
2015-05-17 | net: fix sk_mem_reclaim_partial() | Eric Dumazet |
2015-05-17 | net: fix two sparse errors | Eric Dumazet |
2015-05-17 | net: fix sparse error in csum_replace4() | Eric Dumazet |
2015-05-14 | mdio-gpio: Propagate mii_bus.phy_ignore_ta_mask | Bert Vermeulen |
2015-05-14 | test_bpf: add tests related to BPF_MAXINSNS | Daniel Borkmann |
2015-05-14 | tcp: syncookies: extend validity range | Eric Dumazet |
2015-05-14 | net: phy: Add phy_ignore_ta_mask to account for broken turn-around | Florian Fainelli |
2015-05-14 | netfilter: add netfilter ingress hook after handle_ing() under unique static key | Pablo Neira |
2015-05-14 | net: add CONFIG_NET_INGRESS to enable ingress filtering | Pablo Neira |
2015-05-14 | netfilter: add nf_hook_list_active() | Pablo Neira |
2015-05-14 | netfilter: add hook list to nf_hook_state | Pablo Neira |
2015-05-14 | netfilter: cleanup struct nf_hook_ops indentation | Pablo Neira |
2015-05-13 | geneve: add initial netdev driver for GENEVE tunnels | John W. Linville |
2015-05-13 | geneve: move definition of geneve_hdr() to geneve.h | John W. Linville |
2015-05-13 | net: kill useless net_*_ingress_queue() definitions when NET_CLS_ACT is unset | Pablo Neira |
2015-05-13 | packet: rollover statistics | Willem de Bruijn |
2015-05-13 | tc: introduce Flower classifier | Jiri Pirko |
2015-05-13 | flow_dissector: change port array into src, dst tuple | Jiri Pirko |
2015-05-13 | flow_dissector: introduce support for Ethernet addresses | Jiri Pirko |
2015-05-13 | flow_dissector: introduce support for ipv6 addressses | Jiri Pirko |
2015-05-13 | flow_dissector: add missing header includes | Jiri Pirko |
2015-05-13 | flow_dissect: use programable dissector in skb_flow_dissect and friends | Jiri Pirko |
2015-05-13 | flow_dissector: introduce programable flow_dissector | Jiri Pirko |
2015-05-13 | net: move __skb_tx_hash to dev.c | Jiri Pirko |
2015-05-13 | net: move __skb_get_hash function declaration to flow_dissector.h | Jiri Pirko |
2015-05-13 | net: move *skb_get_poff declarations into correct header | Jiri Pirko |
2015-05-13 | flow_dissector: remove unused function flow_get_hlen declaration | Jiri Pirko |
2015-05-13 | net: change name of flow_dissector header to match the .c file name | Jiri Pirko |
2015-05-13 | net: sched: use counter to break reclassify loops | Florian Westphal |
2015-05-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-05-13 | switchdev: don't use anonymous union on switchdev attr/obj structs | Scott Feldman |
2015-05-13 | switchdev: align comment with other comments in block | Scott Feldman |
2015-05-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2015-05-12 | net: Remove remaining remnants of pm_qos from netdevice.h | David Ahern |
2015-05-12 | net: make skb_dst_pop routine static | Ying Xue |
2015-05-12 | test_bpf: add 173 new testcases for eBPF | Michael Holzheu |
2015-05-12 | net: deinline netif_tx_stop_all_queues(), remove WARN_ON in netif_tx_stop_que... | Denys Vlasenko |
2015-05-12 | switchdev: remove NETIF_F_HW_SWITCH_OFFLOAD feature flag | Scott Feldman |
2015-05-12 | switchdev: convert fib_ipv4_add/del over to switchdev_port_obj_add/del | Scott Feldman |
2015-05-12 | switchdev: add new switchdev_port_bridge_getlink | Scott Feldman |
2015-05-12 | switchdev: remove unused switchdev_port_bridge_dellink | Scott Feldman |
2015-05-12 | switchdev: add new switchdev_port_bridge_dellink | Scott Feldman |
2015-05-12 | switchdev: remove old switchdev_port_bridge_setlink | Scott Feldman |
2015-05-12 | switchdev: add bridge port flags attr | Scott Feldman |
2015-05-12 | switchdev: add port vlan obj | Scott Feldman |
2015-05-12 | switchdev: introduce switchdev add/del obj ops | Scott Feldman |