aboutsummaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2018-02-20devlink: Perform cleanup of resource_set cbArkadi Sharshevsky1-4/+0
2018-02-20net: Make cleanup_list and net::cleanup_list of llist typeKirill Tkhai1-1/+2
2018-02-20net: Kill net_mutexKirill Tkhai1-4/+7
2018-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2018-02-19mac80211: Add tx ack signal support in sta infoVenkateswara Naralasetty1-0/+1
2018-02-19cfg80211: send ack_signal to user in probe client responseVenkateswara Naralasetty1-1/+6
2018-02-19mac80211: round IEEE80211_TX_STATUS_HEADROOM up to multiple of 4Felix Fietkau1-1/+1
2018-02-16net: sched: act: handle extack in tcf_generic_walkerAlexander Aring1-1/+2
2018-02-16net: sched: act: add extack for walk callbackAlexander Aring1-1/+2
2018-02-16net: sched: act: add extack for lookup callbackAlexander Aring1-1/+2
2018-02-16net: sched: act: add extack to init callbackAlexander Aring1-1/+1
2018-02-16net: sched: act: add extack to initAlexander Aring1-2/+3
2018-02-16net: sched: act: fix code styleAlexander Aring1-2/+3
2018-02-16net: Revert sched action extack support series.David S. Miller1-6/+4
2018-02-16udplite: fix partial checksum initializationAlexey Kodanev1-0/+1
2018-02-16net: sched: act: add extack to initAlexander Aring1-2/+3
2018-02-16net: sched: act: fix code styleAlexander Aring1-2/+3
2018-02-15net/ipv4: Remove fib table id from rtableDavid Ahern1-2/+0
2018-02-14net: Move ipv4 set_lwt_redirect helper to lwtunnelDavid Ahern1-0/+15
2018-02-14net: dsa: forward timestamping callbacks to switch driversBrandon Streiff1-0/+5
2018-02-14net: dsa: forward hardware timestamping ioctls to switch driverBrandon Streiff1-0/+15
2018-02-14tcp: try to keep packet if SYN_RCV race is lostEric Dumazet1-1/+2
2018-02-14net: Make ax25_ptr depend on CONFIG_AX25David Ahern1-0/+2
2018-02-13net: Allow pernet_operations to be executed in parallelKirill Tkhai1-0/+6
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko3-3/+3
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2018-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-0/+8
2018-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-6/+5
2018-02-07netfilter: nf_flow_offload: fix use-after-free and a resource leakFelix Fietkau1-1/+0
2018-02-07netfilter: remove useless prototypeTaehee Yoo1-5/+0
2018-02-07netfilter: nf_tables: fix flowtable freePablo Neira Ayuso1-0/+2
2018-02-07netfilter: nft_flow_offload: move flowtable cleanup routines to nf_flow_tablePablo Neira Ayuso1-0/+3
2018-02-06net: erspan: fix metadata extractionWilliam Tu1-13/+13
2018-02-06bpf: sockmap, add sock close() hook to remove socksJohn Fastabend1-0/+2
2018-02-06net: add a UID to use for ULP socket assignmentJohn Fastabend1-0/+6
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+9
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds58-362/+1459
2018-01-31tls: Add support for encryption using async offload acceleratorVakul Garg1-0/+2
2018-01-31cfg80211: Add support to notify station's opmode change to userspacetamizhr@codeaurora.org1-0/+43
2018-01-31cfg80211/nl80211: Optional authentication offload to userspaceSrinivas Dasari1-3/+51
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds7-7/+7
2018-01-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+1
2018-01-29net_sched: plug in qdisc ops change_tx_queue_lenCong Wang1-0/+2
2018-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+18
2018-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-6/+36
2018-01-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-0/+12
2018-01-25net: erspan: create erspan metadata uapi headerWilliam Tu1-30/+2
2018-01-25net: erspan: use bitfield instead of mask and offsetWilliam Tu1-33/+94
2018-01-25pkt_cls: add new tc cls helper to check offload flag and chain indexJakub Kicinski1-0/+14
2018-01-25bpf: Support passing args to sock_ops bpf functionLawrence Brakmo1-5/+35