summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-09rcu: Add list_next_or_null_rcuTom Herbert
2016-03-09samples/bpf: add map performance testAlexei Starovoitov
2016-03-09samples/bpf: stress test bpf_get_stackidAlexei Starovoitov
2016-03-09samples/bpf: add bpf map stress testAlexei Starovoitov
2016-03-09ip_tunnel, bpf: ip_tunnel_info_opts_{get, set} depends on CONFIG_INETDaniel Borkmann
2016-03-08Merge branch 'bpf-map-prealloc'David S. Miller
2016-03-08samples/bpf: test both pre-alloc and normal mapsAlexei Starovoitov
2016-03-08samples/bpf: add map_flags to bpf loaderAlexei Starovoitov
2016-03-08samples/bpf: move ksym_search() into libraryAlexei Starovoitov
2016-03-08samples/bpf: make map creation more verboseAlexei Starovoitov
2016-03-08bpf: convert stackmap to pre-allocationAlexei Starovoitov
2016-03-08bpf: check for reserved flag bits in array and stack mapsAlexei Starovoitov
2016-03-08bpf: pre-allocate hash map elementsAlexei Starovoitov
2016-03-08bpf: introduce percpu_freelistAlexei Starovoitov
2016-03-08bpf: prevent kprobe+bpf deadlocksAlexei Starovoitov
2016-03-08Merge branch 'ipv6-per-netns-gc'David S. Miller
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-08Merge branch 'bnxt_en-next'David S. Miller
2016-03-08bnxt_en: Enable AER support.Satish Baddipadige
2016-03-08bnxt_en: Include hardware port statistics in ethtool -S.Michael Chan
2016-03-08bnxt_en: Include some hardware port statistics in ndo_get_stats64().Michael Chan
2016-03-08bnxt_en: Add port statistics support.Michael Chan
2016-03-08bnxt_en: Extend autoneg to all speeds.Michael Chan
2016-03-08bnxt_en: Use common function to get ethtool supported flags.Michael Chan
2016-03-08bnxt_en: Add reporting of link partner advertisement.Michael Chan
2016-03-08bnxt_en: Refactor bnxt_fw_to_ethtool_advertised_spds().Michael Chan
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-08Merge branch 'bpf-next'David S. Miller
2016-03-08vxlan: allow setting ipv6 traffic classDaniel Borkmann
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