Age | Commit message (Expand) | Author |
2016-03-09 | packet: validate variable length ll headers | Willem de Bruijn |
2016-03-09 | ax25: add link layer header validation function | Willem de Bruijn |
2016-03-09 | kcm: Add receive message timeout | Tom Herbert |
2016-03-09 | kcm: Add memory limit for receive message construction | Tom Herbert |
2016-03-09 | kcm: Sendpage support | Tom Herbert |
2016-03-09 | kcm: Splice support | Tom Herbert |
2016-03-09 | kcm: Add statistics and proc interfaces | Tom Herbert |
2016-03-09 | kcm: Kernel Connection Multiplexor module | Tom Herbert |
2016-03-09 | tcp: Add tcp_inq to get available receive bytes on socket | Tom Herbert |
2016-03-09 | net: Walk fragments in __skb_splice_bits | Tom Herbert |
2016-03-09 | net: Add MSG_BATCH flag | Tom Herbert |
2016-03-09 | net: Allow MSG_EOR in each msghdr of sendmmsg | Tom Herbert |
2016-03-09 | net: Make sock_alloc exportable | Tom Herbert |
2016-03-08 | ipv6: per netns FIB garbage collection | Michal Kubeček |
2016-03-08 | ipv6: per netns fib6 walkers | Michal Kubeček |
2016-03-08 | ipv6: replace global gc_args with local variable | Michal Kubeček |
2016-03-08 | net_sched: dsmark: use qdisc_dequeue_peeked() | Kyeong Yoo |
2016-03-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller |
2016-03-08 | bpf, vxlan, geneve, gre: fix usage of dst_cache on xmit | Daniel Borkmann |
2016-03-08 | bpf: support for access to tunnel options | Daniel Borkmann |
2016-03-08 | bpf: allow to propagate df in bpf_skb_set_tunnel_key | Daniel Borkmann |
2016-03-08 | bpf: make helper function protos static | Daniel Borkmann |
2016-03-08 | bpf: add flags to bpf_skb_store_bytes for clearing hash | Daniel Borkmann |
2016-03-08 | bpf: allow bpf_csum_diff to feed bpf_l3_csum_replace as well | Daniel Borkmann |
2016-03-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-03-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2016-03-07 | tcp: fix tcpi_segs_in after connection establishment | Eric Dumazet |
2016-03-07 | udp6: fix UDP/IPv6 encap resubmit path | Bill Sommerfeld |
2016-03-07 | tipc: move netlink policies to netlink.c | Richard Alpe |
2016-03-07 | arp: correct return value of arp_rcv | Zhang Shengju |
2016-03-07 | netlabel: do not initialise statics to NULL | Wei Tang |
2016-03-07 | netlink: do not initialise statics to 0 or NULL | Wei Tang |
2016-03-06 | tipc: remove pre-allocated message header in link struct | Jon Paul Maloy |
2016-03-06 | tipc: fix nullptr crash during subscription cancel | Parthasarathy Bhuvaragan |
2016-03-06 | net: sched: fix act_ipt for LOG target | Phil Sutter |
2016-03-06 | tipc: make sure required IPv6 addresses are scoped | Richard Alpe |
2016-03-06 | tipc: safely copy UDP netlink data from user | Richard Alpe |
2016-03-06 | tipc: don't check link reset on non existing link | Richard Alpe |
2016-03-06 | tipc: add net device to skb before UDP xmit | Richard Alpe |
2016-03-06 | act_ife: fix a typo in kmemdup() parameters | WANG Cong |
2016-03-04 | wireless: use reset to set mac header | Zhang Shengju |
2016-03-04 | mac80211: use reset to set header pointer | Zhang Shengju |
2016-03-04 | rxrpc: Don't try to map ICMP to error as the lower layer already did that | David Howells |
2016-03-04 | rxrpc: Clear the unused part of a sockaddr_rxrpc for memcmp() use | David Howells |
2016-03-04 | rxrpc: rxkad: Casts are needed when comparing be32 values | David Howells |
2016-03-04 | rxrpc: rxkad: The version number in the response should be net byte order | David Howells |
2016-03-04 | rxrpc: Use ACCESS_ONCE() when accessing circular buffer pointers | David Howells |
2016-03-04 | rxrpc: Adjust some whitespace and comments | David Howells |
2016-03-04 | rxrpc: Be more selective about the types of received packets we accept | David Howells |
2016-03-04 | rxrpc: Fix defined range for /proc/sys/net/rxrpc/rx_mtu | David Howells |