Age | Commit message (Expand) | Author | Files | Lines |
2013-11-20 | net: core: Always propagate flag changes to interfaces | Vlad Yasevich | 1 | -1/+1 |
2013-11-19 | genetlink: make multicast groups const, prevent abuse | Johannes Berg | 1 | -12/+6 |
2013-11-19 | genetlink: pass family to functions using groups | Johannes Berg | 1 | -1/+2 |
2013-11-19 | drop_monitor/genetlink: use proper genetlink multicast APIs | Johannes Berg | 1 | -1/+12 |
2013-11-19 | genetlink: only pass array to genl_register_family_with_ops() | Johannes Berg | 1 | -2/+1 |
2013-11-15 | macvlan: disable LRO on lower device instead of macvlan | Michal Kubeček | 1 | -0/+5 |
2013-11-14 | genetlink: make all genl_ops users const | Johannes Berg | 1 | -1/+1 |
2013-11-14 | core/dev: do not ignore dmac in dev_forward_skb() | Alexei Starovoitov | 1 | -5/+1 |
2013-11-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 15 | -291/+632 |
2013-11-11 | netfilter: push reasm skb through instead of original frag skbs | Jiri Pirko | 1 | -3/+0 |
2013-11-08 | net: Fix "ip rule delete table 256" | Andreas Henriksson | 1 | -1/+2 |
2013-11-08 | net: flow_dissector: small optimizations in IPv4 dissect | Eric Dumazet | 1 | -3/+3 |
2013-11-07 | net: skbuff - kernel-doc fixes | Mathias Krause | 1 | -5/+5 |
2013-11-07 | net: move pskb_put() to core code | Mathias Krause | 1 | -0/+23 |
2013-11-07 | net: Add layer 2 hardware acceleration operations for macvlan devices | John Fastabend | 2 | -5/+14 |
2013-11-07 | Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -6/+8 |
2013-11-04 | net: introduce skb_coalesce_rx_frag() | Jason Wang | 1 | -0/+12 |
2013-11-04 | net: checksum: fix warning in skb_checksum | Daniel Borkmann | 1 | -1/+1 |
2013-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -14/+19 |
2013-11-03 | net: extend net_device allocation to vmalloc() | Eric Dumazet | 2 | -6/+18 |
2013-11-03 | net: skb_checksum: allow custom update/combine for walking skb | Daniel Borkmann | 1 | -10/+21 |
2013-11-02 | net: flow_dissector: fail on evil iph->ihl | Jason Wang | 1 | -1/+1 |
2013-10-29 | net, mc: fix the incorrect comments in two mc-related functions | Zhi Yong Wu | 1 | -2/+2 |
2013-10-29 | net, iovec: fix the incorrect comment in memcpy_fromiovecend() | Zhi Yong Wu | 1 | -1/+1 |
2013-10-29 | net, datagram: fix the incorrect comment in zerocopy_sg_from_iovec() | Zhi Yong Wu | 1 | -1/+1 |
2013-10-25 | netpoll: fix rx_hook() interface by passing the skb | Antonio Quartulli | 1 | -13/+18 |
2013-10-25 | net: fix rtnl notification in atomic context | Alexei Starovoitov | 2 | -12/+13 |
2013-10-25 | net: initialize hashrnd in flow_dissector with net_get_random_once | Hannes Frederic Sowa | 1 | -13/+21 |
2013-10-25 | net: make net_get_random_once irq safe | Hannes Frederic Sowa | 1 | -3/+4 |
2013-10-25 | net: add missing dev_put() in __netdev_adjacent_dev_insert | Nikolay Aleksandrov | 1 | -0/+1 |
2013-10-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+2 |
2013-10-23 | net: always inline net_secret_init | Hannes Frederic Sowa | 1 | -1/+1 |
2013-10-22 | net: remove function sk_reset_txq() | ZHAO Gang | 1 | -6/+0 |
2013-10-21 | ipv6: sit: add GSO/TSO support | Eric Dumazet | 1 | -0/+1 |
2013-10-19 | net: switch net_secret key generation to net_get_random_once | Hannes Frederic Sowa | 1 | -12/+2 |
2013-10-19 | net: introduce new macro net_get_random_once | Hannes Frederic Sowa | 1 | -0/+48 |
2013-10-19 | ipip: add GSO/TSO support | Eric Dumazet | 1 | -0/+1 |
2013-10-19 | ipv4: gso: make inet_gso_segment() stackable | Eric Dumazet | 1 | -0/+2 |
2013-10-19 | net: generalize skb_segment() | Eric Dumazet | 1 | -17/+5 |
2013-10-19 | Merge 3.12-rc6 into driver-core-next | Greg Kroah-Hartman | 3 | -6/+74 |
2013-10-18 | net: refactor sk_page_frag_refill() | Eric Dumazet | 1 | -4/+23 |
2013-10-10 | net: gro: allow to build full sized skb | Eric Dumazet | 1 | -17/+26 |
2013-10-09 | net: secure_seq: Fix warning when CONFIG_IPV6 and CONFIG_INET are not selected | Fabio Estevam | 1 | -0/+2 |
2013-10-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -5/+7 |
2013-10-08 | pkt_sched: fq: fix non TCP flows pacing | Eric Dumazet | 1 | -0/+1 |
2013-10-08 | cgroup: netprio: remove unnecessary task_netprioidx | Gao feng | 1 | -2/+1 |
2013-10-07 | net: Separate the close_list and the unreg_list v2 | Eric W. Biederman | 1 | -11/+14 |
2013-10-07 | net: fix unsafe set_memory_rw from softirq | Alexei Starovoitov | 1 | -4/+4 |
2013-10-07 | netif_set_xps_queue: make cpu mask const | Michael S. Tsirkin | 1 | -1/+2 |
2013-10-03 | flow_dissector: factor out the ports extraction in skb_flow_get_ports | Nikolay Aleksandrov | 1 | -11/+28 |