aboutsummaryrefslogtreecommitdiffstats
path: root/arch (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-09tcp: Add tcp_inq to get available receive bytes on socketTom Herbert2-14/+25
2016-03-09net: Walk fragments in __skb_splice_bitsTom Herbert1-23/+16
2016-03-09net: Add MSG_BATCH flagTom Herbert2-0/+6
2016-03-09net: Allow MSG_EOR in each msghdr of sendmmsgTom Herbert1-4/+6
2016-03-09net: Make sock_alloc exportableTom Herbert2-1/+3
2016-03-09rcu: Add list_next_or_null_rcuTom Herbert1-0/+21
2016-03-08samples/bpf: add map performance testAlexei Starovoitov3-0/+259
2016-03-08samples/bpf: stress test bpf_get_stackidAlexei Starovoitov1-0/+9
2016-03-08samples/bpf: add bpf map stress testAlexei Starovoitov3-0/+113
2016-03-08ip_tunnel, bpf: ip_tunnel_info_opts_{get, set} depends on CONFIG_INETDaniel Borkmann1-0/+11
2016-03-08samples/bpf: test both pre-alloc and normal mapsAlexei Starovoitov1-1/+9
2016-03-08samples/bpf: add map_flags to bpf loaderAlexei Starovoitov8-15/+23
2016-03-08samples/bpf: move ksym_search() into libraryAlexei Starovoitov3-66/+69
2016-03-08samples/bpf: make map creation more verboseAlexei Starovoitov1-1/+4
2016-03-08bpf: convert stackmap to pre-allocationAlexei Starovoitov3-18/+71
2016-03-08bpf: check for reserved flag bits in array and stack mapsAlexei Starovoitov2-1/+4
2016-03-08bpf: pre-allocate hash map elementsAlexei Starovoitov4-74/+186
2016-03-08bpf: introduce percpu_freelistAlexei Starovoitov3-1/+132
2016-03-08bpf: prevent kprobe+bpf deadlocksAlexei Starovoitov3-2/+16
2016-03-08ipv6: per netns FIB garbage collectionMichal Kubeček2-5/+5
2016-03-08ipv6: per netns fib6 walkersMichal Kubeček2-32/+38
2016-03-08ipv6: replace global gc_args with local variableMichal Kubeček1-6/+8
2016-03-08bnxt_en: Enable AER support.Satish Baddipadige1-0/+109
2016-03-08bnxt_en: Include hardware port statistics in ethtool -S.Michael Chan1-2/+103
2016-03-08bnxt_en: Include some hardware port statistics in ndo_get_stats64().Michael Chan1-0/+16
2016-03-08bnxt_en: Add port statistics support.Michael Chan2-1/+60
2016-03-08bnxt_en: Extend autoneg to all speeds.Michael Chan2-14/+4
2016-03-08bnxt_en: Use common function to get ethtool supported flags.Michael Chan1-20/+9
2016-03-08bnxt_en: Add reporting of link partner advertisement.Michael Chan3-2/+23
2016-03-08bnxt_en: Refactor bnxt_fw_to_ethtool_advertised_spds().Michael Chan1-13/+20
2016-03-08net_sched: dsmark: use qdisc_dequeue_peeked()Kyeong Yoo1-1/+1
2016-03-08vxlan: allow setting ipv6 traffic classDaniel Borkmann1-5/+9
2016-03-08bpf, vxlan, geneve, gre: fix usage of dst_cache on xmitDaniel Borkmann5-21/+36
2016-03-08bpf: support for access to tunnel optionsDaniel Borkmann3-8/+90
2016-03-08bpf: allow to propagate df in bpf_skb_set_tunnel_keyDaniel Borkmann2-1/+6
2016-03-08bpf: make helper function protos staticDaniel Borkmann1-9/+9
2016-03-08bpf: add flags to bpf_skb_store_bytes for clearing hashDaniel Borkmann2-1/+4
2016-03-08bpf: allow bpf_csum_diff to feed bpf_l3_csum_replace as wellDaniel Borkmann2-0/+11
2016-03-07Revert "drm/radeon: call hpd_irq_event on resume"Linus Torvalds1-1/+0
2016-03-07ppp: release rtnl mutex when interface creation failsGuillaume Nault1-0/+1
2016-03-07cdc_ncm: do not call usbnet_link_change from cdc_ncm_bindBjørn Mork1-15/+5
2016-03-07tcp: fix tcpi_segs_in after connection establishmentEric Dumazet1-1/+2
2016-03-07net: hns: fix the bug about loopbackyankejian5-1/+65
2016-03-07jme: Fix device PM wakeup API usageGuo-Fu Tseng1-4/+2
2016-03-07jme: Do not enable NIC WoL functions on S0Guo-Fu Tseng1-6/+11
2016-03-07hv_netvsc: Move subchannel waiting to rndis_filter_device_remove()Haiyang Zhang1-6/+13
2016-03-07udp6: fix UDP/IPv6 encap resubmit pathBill Sommerfeld1-4/+2
2016-03-07be2net: Don't leak iomapped memory on removal.Douglas Miller2-0/+5
2016-03-07vmxnet3: avoid calling pskb_may_pull with interrupts disabledNeil Horman1-27/+46
2016-03-07qede: Add slowpath/fastpath support and enable hardware GROManish Chopra2-1/+388