Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-02-03 | net: skb_needs_check() accepts CHECKSUM_NONE for tx | Eric Dumazet | 1 | -3/+4 |
2017-02-03 | net: remove support for per driver ndo_busy_poll() | Eric Dumazet | 2 | -16/+0 |
2017-02-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 53 | -640/+576 |
2017-02-03 | sched: cls_flower: expose priority to offloading netdevice | Jiri Pirko | 1 | -0/+3 |
2017-02-03 | tcp: clear pfmemalloc on outgoing skb | Eric Dumazet | 1 | -0/+7 |
2017-02-03 | net: ipv6: Set protocol to kernel for local routes | David Ahern | 1 | -0/+1 |
2017-02-03 | bridge: vlan dst_metadata hooks in ingress and egress paths | Roopa Prabhu | 6 | -2/+82 |
2017-02-03 | bridge: per vlan dst_metadata netlink support | Roopa Prabhu | 7 | -48/+641 |
2017-02-03 | net/sched: act_ife: Change to use ife module | Yotam Gigi | 2 | -78/+33 |
2017-02-03 | net: Introduce ife encapsulation module | Yotam Gigi | 5 | -0/+165 |
2017-02-03 | net/sched: act_ife: Unexport ife_tlv_meta_encode | Yotam Gigi | 1 | -2/+2 |
2017-02-03 | tcp: add tcp_mss_clamp() helper | Eric Dumazet |