Age | Commit message (Expand) | Author | Files | Lines |
2015-05-14 | tipc: simplify resetting and disabling of bearers | Jon Paul Maloy | 3 | -32/+10 |
2015-05-14 | Merge branch 'be2net-next' | David S. Miller | 5 | -38/+276 |
2015-05-14 | be2net: Support for OS2BMC. | Venkata Duvvuru | 4 | -1/+181 |
2015-05-14 | be2net: Report a "link down" to the stack when a fatal error or fw reset happ... | Venkata Duvvuru | 3 | -34/+49 |
2015-05-14 | be2net: Export board temperature using hwmon-sysfs interface. | Venkata Duvvuru | 4 | -3/+46 |
2015-05-14 | Merge branch 'nf-ingress' | David S. Miller | 10 | -23/+159 |
2015-05-14 | netfilter: add netfilter ingress hook after handle_ing() under unique static key | Pablo Neira | 7 | -1/+124 |
2015-05-14 | net: add CONFIG_NET_INGRESS to enable ingress filtering | Pablo Neira | 4 | -4/+9 |
2015-05-14 | netfilter: add nf_hook_list_active() | Pablo Neira | 1 | -5/+12 |
2015-05-14 | netfilter: add hook list to nf_hook_state | Pablo Neira | 2 | -6/+7 |
2015-05-14 | netfilter: cleanup struct nf_hook_ops indentation | Pablo Neira | 1 | -7/+7 |
2015-05-14 | net: macb: OR vs AND typos | Dan Carpenter | 1 | -4/+4 |
2015-05-14 | net: Reserve skb headroom and set skb->dev even if using __alloc_skb | Alexander Duyck | 1 | -4/+16 |
2015-05-13 | Merge branch 'geneve_tunnel_driver' | David S. Miller | 10 | -17/+538 |
2015-05-13 | geneve: add initial netdev driver for GENEVE tunnels | John W. Linville | 4 | -0/+527 |
2015-05-13 | geneve_core: identify as driver library in modules description | John W. Linville | 1 | -2/+2 |
2015-05-13 | geneve: Rename support library as geneve_core | John W. Linville | 4 | -4/+4 |
2015-05-13 | geneve: move definition of geneve_hdr() to geneve.h | John W. Linville | 3 | -10/+5 |
2015-05-13 | geneve: remove MODULE_ALIAS_RTNL_LINK from net/ipv4/geneve.c | John W. Linville | 1 | -1/+0 |
2015-05-13 | net: kill useless net_*_ingress_queue() definitions when NET_CLS_ACT is unset | Pablo Neira | 1 | -8/+0 |
2015-05-13 | Merge branch 'packet_rollover' | David S. Miller | 3 | -28/+163 |
2015-05-13 | packet: rollover statistics | Willem de Bruijn | 3 | -1/+28 |
2015-05-13 | packet: rollover huge flows before small flows | Willem de Bruijn | 2 | -3/+24 |
2015-05-13 | packet: rollover lock contention avoidance | Willem de Bruijn | 2 | -7/+32 |
2015-05-13 | packet: rollover only to socket with headroom | Willem de Bruijn | 1 | -17/+59 |
2015-05-13 | packet: rollover prepare: per-socket state | Willem de Bruijn | 2 | -4/+23 |
2015-05-13 | packet: rollover prepare: move code out of callsites | Willem de Bruijn | 1 | -9/+10 |
2015-05-13 | ipv4: __ip_local_out_sk() is static | Eric Dumazet | 1 | -1/+1 |
2015-05-13 | tcp/dccp: tw_timer_handler() is static | Eric Dumazet | 1 | -1/+1 |
2015-05-13 | Merge branch 'cls_flower' | David S. Miller | 20 | -298/+1285 |
2015-05-13 | tc: introduce Flower classifier | Jiri Pirko | 4 | -0/+729 |
2015-05-13 | flow_dissector: change port array into src, dst tuple | Jiri Pirko | 7 | -15/+18 |
2015-05-13 | flow_dissector: introduce support for Ethernet addresses | Jiri Pirko | 2 | -0/+25 |
2015-05-13 | flow_dissector: introduce support for ipv6 addressses | Jiri Pirko | 2 | -8/+34 |
2015-05-13 | flow_dissector: add missing header includes | Jiri Pirko | 1 | -0/+3 |
2015-05-13 | flow_dissect: use programable dissector in skb_flow_dissect and friends | Jiri Pirko | 12 | -146/+229 |
2015-05-13 | flow_dissector: introduce programable flow_dissector | Jiri Pirko | 2 | -0/+109 |
2015-05-13 | flow_dissector: fix doc for skb_get_poff | Jiri Pirko | 1 | -2/+6 |
2015-05-13 | net: move netdev_pick_tx and dependencies to net/core/dev.c | Jiri Pirko | 2 | -78/+78 |
2015-05-13 | net: move __skb_tx_hash to dev.c | Jiri Pirko | 4 | -31/+31 |
2015-05-13 | net: move __skb_get_hash function declaration to flow_dissector.h | Jiri Pirko | 2 | -1/+1 |
2015-05-13 | flow_dissector: fix doc for __skb_get_hash and remove couple of empty lines | Jiri Pirko | 1 | -5/+5 |
2015-05-13 | net: move *skb_get_poff declarations into correct header | Jiri Pirko | 4 | -4/+5 |
2015-05-13 | flow_dissector: remove unused function flow_get_hlen declaration | Jiri Pirko | 1 | -3/+0 |
2015-05-13 | net: change name of flow_dissector header to match the .c file name | Jiri Pirko | 9 | -12/+19 |
2015-05-13 | Merge branch 'sfc-next' | David S. Miller | 1 | -12/+22 |
2015-05-13 | sfc: suppress some MCDI error messages in PTP | Edward Cree | 1 | -11/+16 |
2015-05-13 | sfc: nicer log message on PTP probe fail | Edward Cree | 1 | -1/+6 |
2015-05-13 | net: sched: use counter to break reclassify loops | Florian Westphal | 5 | -30/+5 |
2015-05-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 410 | -4555/+5358 |