summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2020-06-19net: tso: cache transport header lengthEric Dumazet1-1/+2
2020-06-19net: tso: constify tso_count_descs() and friendsEric Dumazet1-3/+3
2020-06-19net: tso: shrink struct tso_tEric Dumazet1-6/+6
2020-06-19net: tso: double TSO_HEADER_SIZE valueEric Dumazet1-1/+1
2020-06-18Bluetooth: Terminate the link if pairing is cancelledManish Mandlik1-2/+12
2020-06-18Bluetooth: Update background scan and report device based on advertisement mo...Miao-chen Chou1-0/+1
2020-06-18Bluetooth: Add handler of MGMT_OP_REMOVE_ADV_MONITORMiao-chen Chou1-0/+1
2020-06-18Bluetooth: Add handler of MGMT_OP_ADD_ADV_PATTERNS_MONITORMiao-chen Chou1-0/+2
2020-06-18Bluetooth: Add handler of MGMT_OP_READ_ADV_MONITOR_FEATURESMiao-chen Chou1-0/+24
2020-06-18Bluetooth: Add definitions for advertisement monitor featuresMiao-chen Chou1-0/+49
2020-06-18Bluetooth: Add get/set device flags mgmt opAbhishek Pandit-Subedi1-0/+28
2020-06-18Bluetooth: Replace wakeable in hci_conn_paramsAbhishek Pandit-Subedi1-1/+1
2020-06-18Bluetooth: Replace wakeable list with flagAbhishek Pandit-Subedi1-1/+10
2020-06-18Bluetooth: Add bdaddr_list_with_flags for classic whitelistAbhishek Pandit-Subedi1-2/+16
2020-06-16netfilter: flowtable: Make nf_flow_table_offload_add/del_cb inlineAlaa Hleihel1-4/+45
2020-06-16net/sched: act_ct: Make tcf_ct_flow_table_restore_skb inlineAlaa Hleihel1-1/+10
2020-06-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds4-27/+36
2020-06-12Bluetooth: centralize default value initialization.Alain Michaud1-0/+18
2020-06-12Bluetooth: mgmt: read/set system parameter definitionsAlain Michaud1-0/+18
2020-06-12Bluetooth: Use only 8 bits for the HCI CMSG state flagsAlain Michaud1-2/+2
2020-06-12Bluetooth: Add support for BT_PKT_STATUS CMSG data for SCO connectionsAlain Michaud2-0/+12
2020-06-11Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-4/+3
2020-06-10vxlan: Remove access to nexthop group structDavid Ahern1-0/+11
2020-06-10nexthop: Fix fdb labeling for groupsDavid Ahern1-1/+16
2020-06-10net: flow_offload: remove indirect flow_block declarations leftoverPablo Neira Ayuso1-24/+0
2020-06-09dccp: Fix possible memleak in dccp_init and dccp_finiWang Hai1-0/+6
2020-06-09Merge tag 'mac80211-for-davem-2020-06-08' of git://git.kernel.org/pub/scm/lin...David S. Miller1-2/+3
2020-06-08net/sysctl: remove leftover __user annotations on neigh_proc_dointvec*Christoph Hellwig1-4/+3
2020-06-05cfg80211: fix management registrations deadlockJohannes Berg1-2/+3
2020-06-05inet_connection_sock: clear inet_num out of destroy helperPaolo Abeni1-1/+0
2020-06-05seg6: fix seg6_validate_srh() to avoid slab-out-of-boundsAhmed Abdelsalam1-1/+1
2020-06-04xfrm: Fix double ESP trailer insertion in IPsec crypto offload.Huy Nguyen1-0/+1
2020-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds57-509/+1881
2020-06-02Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-10/+4
2020-06-02bpf: Add link-based BPF program attachment to network namespaceJakub Sitnicki1-0/+1
2020-06-02flow_dissector: Move out netns_bpf prog callbacksJakub Sitnicki1-0/+6
2020-06-02net: Introduce netns_bpf for BPF programs attached to netnsJakub Sitnicki2-1/+20
2020-06-02xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi1-1/+1
2020-06-02xdp: Introduce xdp_convert_frame_to_buff utility routineLorenzo Bianconi1-0/+10
2020-06-02net: Make locking in sock_bindtoindex optionalFerenc Fejes1-1/+1
2020-06-02bpf: Fix running sk_skb program types with ktlsJohn Fastabend1-0/+9
2020-06-02xdp: Add xdp_txq_info to xdp_buffDavid Ahern1-0/+5
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+0
2020-06-01bridge: mrp: Add support for role MRAHoratiu Vultur1-0/+1
2020-06-01bridge: mrp: Set the priority of MRP instanceHoratiu Vultur1-0/+1
2020-06-01devlink: Add ACL control packet trapsIdo Schimmel1-0/+12
2020-06-01devlink: Add layer 3 control packet trapsIdo Schimmel1-0/+126
2020-06-01devlink: Add layer 2 control packet trapsIdo Schimmel1-0/+48
2020-06-01devlink: Create dedicated trap group for layer 3 exceptionsIdo Schimmel1-0/+3
2020-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2-2/+11