aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-24nl80211: Add NL command to support TID speicific configurationsTamizh chelvam1-0/+40
2020-02-24cfg80211: Support key configuration for Beacon protection (BIGTK)Jouni Malinen1-0/+5
2020-02-24cfg80211: fix indentation errorsJérôme Pouiller1-11/+11
2020-02-24cfg80211: merge documentations of field "dev"Jérôme Pouiller1-3/+3
2020-02-24cfg80211: merge documentations of field "debugfsdir"Jérôme Pouiller1-3/+2
2020-02-24cfg80211: drop duplicated documentation of field "reg_notifier"Jérôme Pouiller1-1/+0
2020-02-24cfg80211: drop duplicated documentation of field "perm_addr"Jérôme Pouiller1-1/+0
2020-02-24cfg80211: drop duplicated documentation of field "_net"Jérôme Pouiller1-1/+0
2020-02-24cfg80211: drop duplicated documentation of field "registered"Jérôme Pouiller1-2/+0
2020-02-24cfg80211: drop duplicated documentation of field "privid"Jérôme Pouiller1-5/+0
2020-02-24cfg80211: drop duplicated documentation of field "probe_resp_offload"Jérôme Pouiller1-5/+0
2020-02-24Revert "nl80211: add src and dst addr attributes for control port tx/rx"Johannes Berg1-2/+1
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-4/+42
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-5/+42
2020-02-21net: Generate reuseport group ID on group creationJakub Sitnicki1-2/+0
2020-02-21tcp_bpf: Don't let child socket inherit parent protocol ops on copyJakub Sitnicki1-0/+7
2020-02-21net, sk_msg: Clear sk_user_data pointer on clone if taggedJakub Sitnicki1-2/+35
2020-02-21cfg80211: remove support for adjacent channel compensationEmmanuel Grumbach1-7/+0
2020-02-20net: page_pool: API cleanup and commentsIlias Apalodimas1-22/+14
2020-02-19net: sched: Pass ingress block to tcf_classify_ingressPaul Blakey2-2/+8
2020-02-19net: sched: Introduce ingress classification functionPaul Blakey1-0/+10
2020-02-19Bluetooth: RFCOMM: Use MTU auto tune logicLuiz Augusto von Dentz1-1/+0
2020-02-19net: core: add helper tcp_v6_gso_csum_prepHeiner Kallweit1-0/+9
2020-02-19ESP: Export esp_output_fill_trailer functionRaed Salem1-0/+16
2020-02-18devlink: Force enclosing array on binary fmsg dataAya Levin1-0/+5
2020-02-17net: sched: correct flower port blockingJason Baron1-0/+9
2020-02-17net: sched: don't take rtnl lock during flow_action setupVlad Buslov1-1/+1
2020-02-17net: sched: refactor ct action helpers to require tcf_lockVlad Buslov1-2/+4
2020-02-17net: sched: refactor police action helpers to require tcf_lockVlad Buslov1-2/+4
2020-02-17net: sched: lock action when translating it to flow_action infraVlad Buslov1-1/+1
2020-02-16net/sock.h: fix all kernel-doc warningsRandy Dunlap1-5/+33
2020-02-16Merge tag 'mac80211-next-for-net-next-2020-02-14' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller2-5/+98
2020-02-14Bluetooth: Add BT_PHY socket optionLuiz Augusto von Dentz2-0/+19
2020-02-14Merge tag 'mac80211-for-net-2020-02-14' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller1-6/+5
2020-02-14mac80211: allow setting queue_len for drivers not using wake_tx_queueJohn Crispin1-0/+2
2020-02-14mac80211: Fix setting txpower to zeroBen Greear1-1/+1
2020-02-13icmp: introduce helper for nat'd source address in network device contextJason A. Donenfeld1-0/+6
2020-02-13net/flow_dissector: remove unexist field descriptionHangbin Liu1-1/+0
2020-02-07nl80211: add src and dst addr attributes for control port tx/rxMarkus Theil1-1/+2
2020-02-07cfg80211: Enhance the AKM advertizement to support per interface.Veerendranath Jakkam1-1/+27
2020-02-07cfg80211: add no HE indication to the channel flagHaim Dreyfuss1-0/+2
2020-02-07mac80211: use more bits for ack_frame_idJohannes Berg1-6/+5
2020-02-05bonding/alb: properly access headers in bond_alb_xmit()Eric Dumazet1-5/+0
2020-01-30mptcp: Fix undefined mptcp_handle_ipv6_mapped for modular IPV6Geert Uytterhoeven1-6/+3
2020-01-30udp: document udp_rcv_segment special case for looped packetsWillem de Bruijn1-0/+7
2020-01-28udp: segment looped gso packets correctlyWillem de Bruijn1-0/+3
2020-01-27devlink: add macro for "fw.roce"Vasundhara Volam1-0/+2
2020-01-27Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller5-3/+201
2020-01-27udp: Support UDP fraglist GRO/GSO.Steffen Klassert1-1/+1
2020-01-27net_sched: fix ops->bind_class() implementationsCong Wang2-15/+21