aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2018-02-22uapi: Add 802.11 Preauthentication to if_etherDenis Kenzior
2018-02-19ieee80211: Increase PMK maximum length to 64 bytesSrinivas Dasari
2018-02-19mac80211: Add tx ack signal support in sta infoVenkateswara Naralasetty
2018-02-19cfg80211: send ack_signal to user in probe client responseVenkateswara Naralasetty
2018-01-31cfg80211: Add support to notify station's opmode change to userspacetamizhr@codeaurora.org
2018-01-31cfg80211/nl80211: Optional authentication offload to userspaceSrinivas Dasari
2018-01-31nl80211: Introduce scan flags to emphasize requested scan behaviorSunil Dutt
2018-01-29net_sched: plug in qdisc ops change_tx_queue_lenCong Wang
2018-01-29net: introduce helper dev_change_tx_queue_len()Cong Wang
2018-01-29dev: advertise the new ifindex when the netns iface changesNicolas Dichtel
2018-01-29ptr_ring: prevent queue load/store tearingMichael S. Tsirkin
2018-01-29skb_array: use __ptr_ring_emptyMichael S. Tsirkin
2018-01-29Revert "net: ptr_ring: otherwise safe empty checks can overrun array bounds"Michael S. Tsirkin
2018-01-29ptr_ring: disallow lockless __ptr_ring_fullMichael S. Tsirkin
2018-01-29ptr_ring: READ/WRITE_ONCE for __ptr_ring_emptyMichael S. Tsirkin
2018-01-29ptr_ring: clean up documentationMichael S. Tsirkin
2018-01-29ptr_ring: keep consumer_head valid at all timesMichael S. Tsirkin
2018-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-01-26bpf: make unknown opcode handling more robustDaniel Borkmann
2018-01-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-01-25openvswitch: add erspan version I and II supportWilliam Tu
2018-01-25net: erspan: create erspan metadata uapi headerWilliam Tu
2018-01-25net: erspan: use bitfield instead of mask and offsetWilliam Tu
2018-01-25pkt_cls: add new tc cls helper to check offload flag and chain indexJakub Kicinski
2018-01-25bpf: Add BPF_SOCK_OPS_STATE_CBLawrence Brakmo
2018-01-25bpf: Add BPF_SOCK_OPS_RETRANS_CBLawrence Brakmo
2018-01-25bpf: Add support for reading sk_state and moreLawrence Brakmo
2018-01-25bpf: Add sock_ops RTO callbackLawrence Brakmo
2018-01-25bpf: Adds field bpf_sock_ops_cb_flags to tcp_sockLawrence Brakmo
2018-01-25bpf: Support passing args to sock_ops bpf functionLawrence Brakmo
2018-01-25bpf: Add write access to tcp_sock and sock fieldsLawrence Brakmo
2018-01-25Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2018-01-25net: don't call update_pmtu unconditionallyNicolas Dichtel
2018-01-25net: tcp: close sock if net namespace is exitingDan Streetman
2018-01-24Merge branch 'rebased-net-ioctl' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller
2018-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-01-24kill kernel_sock_ioctl()Al Viro
2018-01-24dev_ioctl(): move copyin/copyout to callersAl Viro
2018-01-24lift handling of SIOCIW... out of dev_ioctl()Al Viro
2018-01-24ip_rt_ioctl(): take copyin to callerAl Viro
2018-01-24devinet_ioctl(): take copyin/copyout to callerAl Viro
2018-01-24net: separate SIOCGIFCONF handling from dev_ioctl()Al Viro
2018-01-24net: erspan: fix use-after-freeWilliam Tu
2018-01-24net: sched: remove tc_cls_common_offload_init_deprecated()Jakub Kicinski
2018-01-24cls_bpf: remove gen_flags from bpf_offloadJakub Kicinski
2018-01-24net: sched: prepare for reimplementation of tc_cls_common_offload_init()Jakub Kicinski
2018-01-24net: sched: propagate extack to cls->destroy callbacksJakub Kicinski
2018-01-24net: sched: fix TCF_LAYER_LINK case in tcf_get_base_ptrWolfgang Bumiller