summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2016-03-106lowpan: iphc: fix SAM/DAM bit commentAlexander Aring
2016-03-106lowpan: debugfs: add missing staticAlexander Aring
2016-03-09packet: validate variable length ll headersWillem de Bruijn
2016-03-09ax25: add link layer header validation functionWillem de Bruijn
2016-03-09kcm: Add receive message timeoutTom Herbert
2016-03-09kcm: Add memory limit for receive message constructionTom Herbert
2016-03-09kcm: Sendpage supportTom Herbert
2016-03-09kcm: Splice supportTom Herbert
2016-03-09kcm: Add statistics and proc interfacesTom Herbert
2016-03-09kcm: Kernel Connection Multiplexor moduleTom Herbert
2016-03-09tcp: Add tcp_inq to get available receive bytes on socketTom Herbert
2016-03-09net: Walk fragments in __skb_splice_bitsTom Herbert
2016-03-09net: Add MSG_BATCH flagTom Herbert
2016-03-09net: Allow MSG_EOR in each msghdr of sendmmsgTom Herbert
2016-03-09net: Make sock_alloc exportableTom Herbert
2016-03-08ipv6: per netns FIB garbage collectionMichal Kubeček
2016-03-08ipv6: per netns fib6 walkersMichal Kubeček
2016-03-08ipv6: replace global gc_args with local variableMichal Kubeček
2016-03-08net_sched: dsmark: use qdisc_dequeue_peeked()Kyeong Yoo
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2016-03-08bpf, vxlan, geneve, gre: fix usage of dst_cache on xmitDaniel Borkmann
2016-03-08bpf: support for access to tunnel optionsDaniel Borkmann
2016-03-08bpf: allow to propagate df in bpf_skb_set_tunnel_keyDaniel Borkmann
2016-03-08bpf: make helper function protos staticDaniel Borkmann
2016-03-08bpf: add flags to bpf_skb_store_bytes for clearing hashDaniel Borkmann
2016-03-08bpf: allow bpf_csum_diff to feed bpf_l3_csum_replace as wellDaniel Borkmann
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-03-07tcp: fix tcpi_segs_in after connection establishmentEric Dumazet
2016-03-07udp6: fix UDP/IPv6 encap resubmit pathBill Sommerfeld
2016-03-07tipc: move netlink policies to netlink.cRichard Alpe
2016-03-07arp: correct return value of arp_rcvZhang Shengju
2016-03-07netlabel: do not initialise statics to NULLWei Tang
2016-03-07netlink: do not initialise statics to 0 or NULLWei Tang
2016-03-06tipc: remove pre-allocated message header in link structJon Paul Maloy
2016-03-06tipc: fix nullptr crash during subscription cancelParthasarathy Bhuvaragan
2016-03-06net: sched: fix act_ipt for LOG targetPhil Sutter
2016-03-06tipc: make sure required IPv6 addresses are scopedRichard Alpe
2016-03-06tipc: safely copy UDP netlink data from userRichard Alpe
2016-03-06tipc: don't check link reset on non existing linkRichard Alpe
2016-03-06tipc: add net device to skb before UDP xmitRichard Alpe
2016-03-06act_ife: fix a typo in kmemdup() parametersWANG Cong
2016-03-04wireless: use reset to set mac headerZhang Shengju
2016-03-04mac80211: use reset to set header pointerZhang Shengju
2016-03-04rxrpc: Don't try to map ICMP to error as the lower layer already did thatDavid Howells
2016-03-04rxrpc: Clear the unused part of a sockaddr_rxrpc for memcmp() useDavid Howells
2016-03-04rxrpc: rxkad: Casts are needed when comparing be32 valuesDavid Howells
2016-03-04rxrpc: rxkad: The version number in the response should be net byte orderDavid Howells
2016-03-04rxrpc: Use ACCESS_ONCE() when accessing circular buffer pointersDavid Howells
2016-03-04rxrpc: Adjust some whitespace and commentsDavid Howells