| Commit message (Expand) | Author | Age | Files | Lines |
* | netevent: remove automatic variable in register_netevent_notifier() | Wang Long | 2015-05-31 | 1 | -4/+1 |
* | bpf: allow BPF programs access skb->skb_iif and skb->dev->ifindex fields | Alexei Starovoitov | 2015-05-31 | 1 | -0/+18 |
* | tcp: tcp_tso_autosize() minimum is one packet | Eric Dumazet | 2015-05-27 | 1 | -1/+4 |
* | net: fix inet_proto_csum_replace4() sparse errors | Eric Dumazet | 2015-05-26 | 1 | -5/+7 |
* | net: remove a sparse error in secure_dccpv6_sequence_number() | Eric Dumazet | 2015-05-26 | 1 | -1/+1 |
* | pktgen: remove one sparse error | Eric Dumazet | 2015-05-26 | 1 | -5/+5 |
* | net: af_unix: implement splice for stream af_unix sockets | Hannes Frederic Sowa | 2015-05-25 | 1 | -0/+1 |
* | net: make skb_splice_bits more configureable | Hannes Frederic Sowa | 2015-05-25 | 1 | -17/+28 |
* | net: skbuff: add skb_append_pagefrags and use it | Hannes Frederic Sowa | 2015-05-25 | 1 | -0/+18 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-05-23 | 2 | -1/+12 |
|\ |
|
| * | net: core: 'ethtool' issue with querying phy settings | Arun Parameswaran | 2015-05-22 | 1 | -1/+9 |
| * | rtnl/bond: don't send rtnl msg for unregistered iface | Nicolas Dichtel | 2015-05-18 | 1 | -0/+3 |
* | | pktgen: make /proc/net/pktgen/pgctrl report fail on invalid input | Jesper Dangaard Brouer | 2015-05-23 | 1 | -2/+2 |
* | | pktgen: adjust spacing in proc file interface output | Jesper Dangaard Brouer | 2015-05-23 | 1 | -1/+1 |
* | | flow_dissector: do not break if ports are not needed in flowlabel | Jiri Pirko | 2015-05-22 | 1 | -7/+7 |
* | | bpf: allow bpf programs to tail-call other bpf programs | Alexei Starovoitov | 2015-05-21 | 1 | -0/+2 |
* | | net: dev: reduce both ingress hook ifdefs | Daniel Borkmann | 2015-05-21 | 1 | -18/+4 |
* | | neigh: Better handling of transition to NUD_PROBE state | Erik Kline | 2015-05-21 | 1 | -0/+3 |
* | | netns: make nsid_lock per net | WANG Cong | 2015-05-18 | 1 | -16/+16 |
* | | flow_dissector: remove bogus return in tipc section | Jiri Pirko | 2015-05-18 | 1 | -1/+0 |
* | | net: fix sk_mem_reclaim_partial() | Eric Dumazet | 2015-05-18 | 1 | -4/+5 |
* | | net: core: set qdisc pkt len before tc_classify | Florian Westphal | 2015-05-15 | 1 | -1/+2 |
* | | netns: fix unbalanced spin_lock on error | Nicolas Dichtel | 2015-05-15 | 1 | -0/+1 |
* | | netfilter: add netfilter ingress hook after handle_ing() under unique static key | Pablo Neira | 2015-05-14 | 1 | -0/+36 |
* | | net: add CONFIG_NET_INGRESS to enable ingress filtering | Pablo Neira | 2015-05-14 | 1 | -3/+4 |
* | | net: Reserve skb headroom and set skb->dev even if using __alloc_skb | Alexander Duyck | 2015-05-14 | 1 | -4/+16 |
* | | flow_dissector: change port array into src, dst tuple | Jiri Pirko | 2015-05-13 | 1 | -2/+2 |
* | | flow_dissector: introduce support for Ethernet addresses | Jiri Pirko | 2015-05-13 | 1 | -0/+12 |
* | | flow_dissector: introduce support for ipv6 addressses | Jiri Pirko | 2015-05-13 | 1 | -8/+21 |
* | | flow_dissect: use programable dissector in skb_flow_dissect and friends | Jiri Pirko | 2015-05-13 | 1 | -61/+138 |
* | | flow_dissector: introduce programable flow_dissector | Jiri Pirko | 2015-05-13 | 1 | -0/+48 |
* | | flow_dissector: fix doc for skb_get_poff | Jiri Pirko | 2015-05-13 | 1 | -2/+6 |
* | | net: move netdev_pick_tx and dependencies to net/core/dev.c | Jiri Pirko | 2015-05-13 | 2 | -78/+78 |
* | | net: move __skb_tx_hash to dev.c | Jiri Pirko | 2015-05-13 | 2 | -28/+28 |
* | | flow_dissector: fix doc for __skb_get_hash and remove couple of empty lines | Jiri Pirko | 2015-05-13 | 1 | -5/+5 |
* | | net: move *skb_get_poff declarations into correct header | Jiri Pirko | 2015-05-13 | 1 | -0/+1 |
* | | net: change name of flow_dissector header to match the .c file name | Jiri Pirko | 2015-05-13 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-05-13 | 2 | -2/+2 |
|\| |
|
| * | netns: return RTM_NEWNSID instead of RTM_GETNSID on a get | Nicolas Dichtel | 2015-05-13 | 1 | -1/+1 |
| * | net: core: Correct an over-stringent device loop detection. | Vlad Yasevich | 2015-05-04 | 1 | -1/+1 |
| * | Revert "net: kernel socket should be released in init_net namespace" | Herbert Xu | 2015-05-04 | 1 | -1/+1 |
* | | switchdev: don't use anonymous union on switchdev attr/obj structs | Scott Feldman | 2015-05-13 | 2 | -3/+4 |
* | | pktgen: fix packet generation | Alexei Starovoitov | 2015-05-13 | 1 | -1/+10 |
* | | net: deinline netif_tx_stop_all_queues(), remove WARN_ON in netif_tx_stop_que... | Denys Vlasenko | 2015-05-13 | 1 | -0/+11 |
* | | switchdev: remove NETIF_F_HW_SWITCH_OFFLOAD feature flag | Scott Feldman | 2015-05-13 | 1 | -1/+0 |
* | | switchdev: convert parent_id_get to switchdev attr get | Scott Feldman | 2015-05-13 | 2 | -6/+13 |
* | | switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/ | Jiri Pirko | 2015-05-13 | 2 | -2/+2 |
* | | net: Add skb_free_frag to replace use of put_page in freeing skb->head | Alexander Duyck | 2015-05-12 | 1 | -4/+6 |
* | | mm/net: Rename and move page fragment handling from net/ to mm/ | Alexander Duyck | 2015-05-12 | 1 | -94/+6 |
* | | net: Store virtual address instead of page in netdev_alloc_cache | Alexander Duyck | 2015-05-12 | 1 | -23/+32 |