Age | Commit message (Expand) | Author |
2015-05-17 | netns: make nsid_lock per net | WANG Cong |
2015-05-17 | flow_dissector: remove bogus return in tipc section | Jiri Pirko |
2015-05-17 | switchdev: add support for fdb add/del/dump via switchdev_port_obj ops. | Samudrala, Sridhar |
2015-05-17 | tcp: halves tcp_mem[] limits | Eric Dumazet |
2015-05-17 | tcp: allow one skb to be received per socket under memory pressure | Eric Dumazet |
2015-05-17 | tcp: fix behavior for epoll edge trigger | Eric Dumazet |
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-packet: fix null pointer exception in rollover mode | Willem de Bruijn |
2015-05-17 | netfilter: synproxy: fix sparse errors | Eric Dumazet |
2015-05-17 | ipip: fix one sparse error | Eric Dumazet |
2015-05-14 | net: core: set qdisc pkt len before tc_classify | Florian Westphal |
2015-05-14 | netns: fix unbalanced spin_lock on error | Nicolas Dichtel |
2015-05-14 | ip_tunnel: Report Rx dropped in ip_tunnel_get_stats64 | Alexander Duyck |
2015-05-14 | packet: fix warnings in rollover lock contention | Willem de Bruijn |
2015-05-14 | tipc: use sock_create_kern interface to create kernel socket | Ying Xue |
2015-05-14 | cls_flower: Fix compile error | Brian Haley |
2015-05-14 | tipc: add packet sequence number at instant of transmission | Jon Paul Maloy |
2015-05-14 | tipc: improve link congestion algorithm | Jon Paul Maloy |
2015-05-14 | tipc: simplify link supervision checkpointing | Jon Paul Maloy |
2015-05-14 | tipc: rename fields in struct tipc_link | Jon Paul Maloy |
2015-05-14 | tipc: simplify packet sequence number handling | Jon Paul Maloy |
2015-05-14 | tipc: simplify include dependencies | Jon Paul Maloy |
2015-05-14 | tipc: simplify link timer handling | Jon Paul Maloy |
2015-05-14 | tipc: simplify resetting and disabling of bearers | Jon Paul Maloy |
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 hook list to nf_hook_state | Pablo Neira |
2015-05-13 | net: Reserve skb headroom and set skb->dev even if using __alloc_skb | Alexander Duyck |
2015-05-13 | geneve_core: identify as driver library in modules description | John W. Linville |
2015-05-13 | geneve: Rename support library as geneve_core | John W. Linville |
2015-05-13 | geneve: move definition of geneve_hdr() to geneve.h | John W. Linville |
2015-05-13 | geneve: remove MODULE_ALIAS_RTNL_LINK from net/ipv4/geneve.c | John W. Linville |
2015-05-13 | packet: rollover statistics | Willem de Bruijn |
2015-05-13 | packet: rollover huge flows before small flows | Willem de Bruijn |
2015-05-13 | packet: rollover lock contention avoidance | Willem de Bruijn |
2015-05-13 | packet: rollover only to socket with headroom | Willem de Bruijn |
2015-05-13 | packet: rollover prepare: per-socket state | Willem de Bruijn |
2015-05-13 | packet: rollover prepare: move code out of callsites | Willem de Bruijn |
2015-05-13 | ipv4: __ip_local_out_sk() is static | Eric Dumazet |
2015-05-13 | tcp/dccp: tw_timer_handler() is static | Eric Dumazet |
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_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 | flow_dissector: fix doc for skb_get_poff | Jiri Pirko |
2015-05-13 | net: move netdev_pick_tx and dependencies to net/core/dev.c | Jiri Pirko |