aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-03-31inet: frags: change inet_frags_init_net() return valueEric Dumazet4-11/+35
2018-03-31vlan: vlan_hw_filter_capable() can be staticWei Yongjun1-1/+1
2018-03-31Merge tag 'rxrpc-next-20180330' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller19-71/+424
2018-03-31net: Do not take net_rwsem in __rtnl_link_unregister()Kirill Tkhai2-3/+4
2018-03-31net: Remove net_rwsem from {, un}register_netdevice_notifier()Kirill Tkhai1-5/+0
2018-03-31tipc: avoid possible string overflowJon Maloy1-1/+2
2018-03-31tipc: permit overlapping service ranges in name tableJon Maloy7-111/+60
2018-03-31tipc: refactor name table translate functionJon Maloy1-36/+25
2018-03-31tipc: replace name table service range array with rb treeJon Maloy6-568/+477
2018-03-31net: bridge: disable bridge MTU auto tuning if it was set manuallyNikolay Aleksandrov4-20/+26
2018-03-31net: bridge: set min MTU on port events and allow user to set maxNikolay Aleksandrov4-32/+18
2018-03-30Merge tag 'kbuild-fixes-v4.16-3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2018-03-31bpf: Post-hooks for sys_bindAndrey Ignatov3-27/+128
2018-03-31bpf: Hooks for sys_connectAndrey Ignatov7-0/+141
2018-03-31net: Introduce __inet_bind() and __inet6_bindAndrey Ignatov2-28/+48
2018-03-31bpf: Hooks for sys_bindAndrey Ignatov3-0/+246
2018-03-31bpf: Check attach type at prog load timeAndrey Ignatov1-14/+25
2018-03-30rxrpc: Fix leak of rxrpc_peer objectsDavid Howells5-0/+26
2018-03-30rxrpc: Add a tracepoint to track rxrpc_peer refcountingDavid Howells3-22/+68
2018-03-30rxrpc: Fix apparent leak of rxrpc_local objectsDavid Howells6-0/+14
2018-03-30rxrpc: Add a tracepoint to track rxrpc_local refcountingDavid Howells3-27/+68
2018-03-30rxrpc: Fix potential call vs socket/net destruction raceDavid Howells4-3/+17
2018-03-30rxrpc: Fix checker warnings and errorsDavid Howells6-3/+13
2018-03-30rxrpc: remove unused static variablesSebastian Andrzej Siewior1-3/+0
2018-03-30rxrpc: Fix resend event time calculationMarc Dionne1-1/+1
2018-03-30rxrpc: Don't treat call aborts as conn abortsDavid Howells1-6/+9
2018-03-30rxrpc: Fix Tx ring annotation after initial Tx failureDavid Howells1-1/+3
2018-03-30rxrpc: Fix a bit of time confusionDavid Howells1-1/+1
2018-03-30rxrpc: Fix firewall route keepaliveDavid Howells9-4/+204
2018-03-30net/ipv6: Fix route leaking between VRFsDavid Ahern1-0/+3
2018-03-30ipv6: sr: fix seg6 encap performances with TSO enabledDavid Lebrun1-9/+7
2018-03-30net: Fix untag for vlan packets without ethernet headerToshiaki Makita1-2/+4
2018-03-30ipv6: do not set routes if disable_ipv6 has been enabledLorenzo Bianconi1-0/+6
2018-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller62-829/+1187
2018-03-30net: Close race between {un, }register_netdevice_notifier() and setup_net()/c...Kirill Tkhai1-0/+6
2018-03-30netfilter: Rework xt_TEE netdevice notifierKirill Tkhai1-27/+46
2018-03-30xfrm: Register xfrm_dev_notifier in appropriate placeKirill Tkhai2-3/+2
2018-03-30sfp/phylink: move module EEPROM ethtool access into netdev core ethtoolRussell King1-0/+7
2018-03-30net: Call add/kill vid ndo on vlan filter feature togglingGal Pressman4-25/+120
2018-03-30netfilter: ipset: Use is_zero_ether_addr instead of static and memcmpJoe Perches1-5/+2
2018-03-30Revert "netfilter: x_tables: ensure last rule in base chain matches underflow...Florian Westphal3-48/+3
2018-03-30netfilter: x_tables: Add note about how to free percpu countersBen Hutchings1-1/+3
2018-03-30netfilter: Merge assignment with returnArushi Singhal2-5/+3
2018-03-30netfilter: nf_tables: use nft_set_lookup_global from nf_tables_newsetelem()Pablo Neira Ayuso1-11/+4
2018-03-30netfilter: nf_tables: rename to nft_set_lookup_global()Pablo Neira Ayuso4-12/+14
2018-03-30netfilter: nf_tables: enable conntrack if NAT chain is registeredPablo Neira Ayuso3-7/+41
2018-03-30netfilter: nf_tables: build-in filter chain typePablo Neira Ayuso16-509/+411
2018-03-30netfilter: nf_tables: nft_register_chain_type() returns voidPablo Neira Ayuso11-29/+29
2018-03-30netfilter: nf_tables: rename struct nf_chain_typePablo Neira Ayuso11-19/+19
2018-03-30netfilter: ebt_stp: Use generic functions for comparisonsJoe Perches1-4/+2
2018-03-30netfilter: ebtables: Add string filterBernie Harris1-0/+1
2018-03-30netfilter: ebtables: Add support for specifying match revisionBernie Harris1-18/+29
2018-03-30bpf: sockmap, BPF_F_INGRESS flag for BPF_SK_SKB_STREAM_VERDICT:John Fastabend1-1/+1
2018-03-30bpf: sockmap redirect ingress supportJohn Fastabend2-2/+10
2018-03-29Merge tag 'mac80211-next-for-davem-2018-03-29' of git://git.kernel.org/pub/sc...David S. Miller25-173/+824
2018-03-29sctp: fix unused lable warningArnd Bergmann1-0/+2
2018-03-29ipv6: export ip6 fragments sysctl to unprivileged usersEric Dumazet1-4/+0
2018-03-29net/ipv6: Move call_fib6_entry_notifiers up for route addsDavid Ahern1-4/+12
2018-03-29net/ipv4: Allow notifier to fail route replaceDavid Ahern1-2/+7
2018-03-29net/ipv4: Move call_fib_entry_notifiers up for new routesDavid Ahern1-2/+16
2018-03-29net: Move call_fib_rule_notifiers up in fib_nl_newruleDavid Ahern1-1/+5
2018-03-29net: Fix fib notifer to return errnoDavid Ahern1-2/+8
2018-03-29net: Remove rtnl_lock() in nf_ct_iterate_destroy()Kirill Tkhai1-2/+0
2018-03-29ovs: Remove rtnl_lock() from ovs_exit_net()Kirill Tkhai1-2/+0
2018-03-29net: Don't take rtnl_lock() in wireless_nlevent_flush()Kirill Tkhai1-4/+0
2018-03-29net: Introduce net_rwsem to protect net_namespace_listKirill Tkhai7-5/+31
2018-03-29Merge tag 'rxrpc-next-20180327' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller8-24/+38
2018-03-29ip_tunnel: Resolve ipsec merge conflict properly.David S. Miller1-6/+6
2018-03-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller5-4/+9
2018-03-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller5-18/+38
2018-03-29mac80211: don't WARN on bad WMM parameters from buggy APsEmmanuel Grumbach1-1/+2
2018-03-29mac80211: Send control port frames over nl80211Denis Kenzior7-5/+42
2018-03-29mac80211: Add support for tx_control_portDenis Kenzior3-0/+50
2018-03-29nl80211: Add control_port_over_nl80211 to mesh_setupDenis Kenzior1-0/+9
2018-03-29nl80211: Add control_port_over_nl80211 for ibssDenis Kenzior1-0/+9
2018-03-29nl80211: Add CONTROL_PORT_OVER_NL80211 attributeDenis Kenzior1-0/+26
2018-03-29nl80211: Implement TX of control port framesDenis Kenzior3-1/+111
2018-03-29nl80211: Add CMD_CONTROL_PORT_FRAME APIDenis Kenzior2-0/+79
2018-03-29mac80211: remove shadowing duplicated variableJohannes Berg1-2/+0
2018-03-29mac80211: allow AP_VLAN operation on crypto controlled devicesManikanta Pubbisetty2-5/+11
2018-03-29cfg80211: Add API to allow querying regdb for wmm_ruleHaim Dreyfuss1-0/+54
2018-03-29mac80211: limit wmm params to comply with ETSI requirementsHaim Dreyfuss4-0/+52
2018-03-29cfg80211: don't require RTNL held for regdomain readsJohannes Berg1-2/+2
2018-03-29cfg80211: read wmm rules from regulatory databaseHaim Dreyfuss1-7/+141
2018-03-29nl80211: Add SOCKET_OWNER support to START_APDenis Kenzior2-0/+4
2018-03-29nl80211: Add SOCKET_OWNER support to JOIN_MESHDenis Kenzior3-21/+9
2018-03-29nl80211: Add SOCKET_OWNER support to JOIN_IBSSDenis Kenzior3-26/+16
2018-03-29cfg80211: Support all iftypes in autodisconnect_wkDenis Kenzior1-11/+32
2018-03-29cfg80211: enable use of non-cleared DFS channels for DFS offloadDmitry Lebed1-2/+7
2018-03-29cfg80211: fix CAC_STARTED event handlingDmitry Lebed1-1/+1
2018-03-29mac80211: Use proper chan_width enum in sta opmode eventtamizhr@codeaurora.org3-2/+35
2018-03-29mac80211: Use proper smps_mode enum in sta opmode eventtamizhr@codeaurora.org3-1/+19
2018-03-29netfilter: nf_nat_snmp_basic: add correct dependency to MakefileMasahiro Yamada1-1/+1
2018-03-28net/mac802154: disambiguate mac80215 vs mac802154 trace eventsAlexei Starovoitov1-4/+4
2018-03-28treewide: remove large struct-pass-by-value from tracepoint argumentsAlexei Starovoitov1-1/+1
2018-03-28bpf: Add sock_ops R/W access to ipv4 tosNikita V. Shirokov1-0/+35
2018-03-27rxrpc: Trace call completionDavid Howells1-0/+1
2018-03-27rxrpc, afs: Use debug_ids rather than pointers in tracesDavid Howells7-24/+36
2018-03-27rxrpc: Trace resendDavid Howells1-0/+1
2018-03-27net: Add more commentsKirill Tkhai2-1/+3
2018-03-27net: Rename net_sem to pernet_ops_rwsemKirill Tkhai2-22/+22
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai159-178/+0
2018-03-27net: Reflect all pernet_operations are convertedKirill Tkhai1-37/+6
2018-03-27net/smc: use announced length in sock_recvmsg()Ursula Braun1-1/+1
2018-03-27llc: properly handle dev_queue_xmit() return valueCong Wang2-15/+32
2018-03-27Merge tag 'mlx5-updates-2018-03-22' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller1-0/+6
2018-03-27strparser: Fix sign of err codesDave Watson1-2/+2
2018-03-27net sched actions: fix dumping which requires several messages to user spaceCraig Dillabaugh1-1/+3
2018-03-27ipv6: addrconf: Use normal debugging styleJoe Perches1-20/+8
2018-03-27net: fix possible out-of-bound read in skb_network_protocol()Eric Dumazet1-1/+1
2018-03-27tipc: tipc_node_create() can be staticWei Yongjun1-2/+2
2018-03-27tipc: fix error handling in tipc_udp_enable()Wei Yongjun1-1/+2
2018-03-27Merge tag 'batadv-net-for-davem-20180326' of git://git.open-mesh.org/linux-mergeDavid S. Miller2-3/+6
2018-03-27net/ncsi: check for null return from call to nla_nest_startColin Ian King1-0/+4
2018-03-27sctp: remove unnecessary asoc in sctp_has_associationXin Long2-11/+10
2018-03-27net: Spelling s/stucture/structure/Geert Uytterhoeven1-1/+1
2018-03-26ethtool: Add support for configuring PFC stall prevention in ethtoolInbar Karmy1-0/+6
2018-03-26ip6mr: Add refcounting to mfcYuval Mintz2-6/+8
2018-03-26ip6mr: Add API for default_rule fibYuval Mintz1-0/+7
2018-03-26ip6mr: Support fib notificationsYuval Mintz1-8/+104
2018-03-26ipmr: Make ipmr_dump() commonYuval Mintz2-51/+44
2018-03-26ipmr: Make MFC fib notifiers commonYuval Mintz1-22/+4
2018-03-26ipmr: Make vif fib notifiers commonYuval Mintz1-26/+5
2018-03-26net: Convert sunrpc_net_opsKirill Tkhai1-0/+1
2018-03-26net: Convert rpcsec_gss_net_opsKirill Tkhai1-0/+1
2018-03-26net: sched, fix OOO packets with pfifo_fastJohn Fastabend1-4/+13
2018-03-26net: Use octal not symbolic permissionsJoe Perches63-161/+161
2018-03-26net: Drop NETDEV_UNREGISTER_FINALKirill Tkhai1-7/+0
2018-03-26net: Make NETDEV_XXX commands enum { }Kirill Tkhai1-0/+20
2018-03-26net/utils: Introduce inet_addr_is_anySagi Grimberg1-0/+23
2018-03-25tipc: tipc_disc_addr_trial_msg() can be statickbuild test robot1-7/+7
2018-03-25ipv6: the entire IPv6 header chain must fit the first fragmentPaolo Abeni1-4/+9
2018-03-25netlink: make sure nladdr has correct size in netlink_connect()Alexander Potapenko1-0/+3
2018-03-25net/ipv4: disable SMC TCP option with SYN CookiesHans Wippel3-0/+7
2018-03-25net: permit skb_segment on head_frag frag_list skbYonghong Song1-5/+22
2018-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller5-29/+105
2018-03-24netfilter: nf_socket: Fix out of bounds access in nf_sk_lookup_slow_v{4,6}Subash Abhinov Kasiviswanathan2-4/+8
2018-03-24batman-adv: fix packet loss for broadcasted DHCP packets to a serverLinus Lüssing1-1/+4
2018-03-24batman-adv: fix multicast-via-unicast transmission with AP isolationLinus Lüssing1-2/+2
2018-03-23net/sched: act_vlan: declare push_vid with host byte orderDavide Caratti1-1/+1
2018-03-23net/sched: remove tcf_idr_cleanup()Davide Caratti1-8/+0
2018-03-23ipv6: fix possible deadlock in rt6_age_examine_exception()Eric Dumazet1-6/+7
2018-03-23tipc: obtain node identity from interface by defaultJon Maloy3-9/+29
2018-03-23tipc: handle collisions of 32-bit node address hash valuesJon Maloy11-45/+236
2018-03-23tipc: add 128-bit node identifierJon Maloy11-56/+146
2018-03-23tipc: remove direct accesses to own_addr field in struct tipc_netJon Maloy8-49/+42
2018-03-23tipc: allow closest-first lookup algorithm when legacy address is configuredJon Maloy6-18/+22
2018-03-23tipc: remove restrictions on node address valuesJon Maloy8-105/+21
2018-03-23tipc: some cleanups in the file discover.cJon Maloy4-166/+155
2018-03-23tipc: refactor function tipc_enable_bearer()Jon Maloy1-66/+70
2018-03-23net: Convert rxrpc_net_opsKirill Tkhai1-0/+1
2018-03-23net: Convert udp_sysctl_opsKirill Tkhai1-1/+2
2018-03-23ip_tunnel: Emit events for post-register MTU changesPetr Machata1-5/+21
2018-03-23net: bridge: fix direct access to bridge vlan_enabled and use helperNikolay Aleksandrov1-1/+1
2018-03-23tls: RX path for ktlsDave Watson3-68/+582
2018-03-23tls: Refactor variable namesDave Watson1-13/+13
2018-03-23tls: Pass error code explicitly to tls_err_abortDave Watson1-1/+1
2018-03-23tls: Move cipher info to a separate structDave Watson2-32/+34
2018-03-23tls: Generalize zerocopy_from_iterDave Watson1-12/+19
2018-03-23bridge: Allow max MTU when multiple VLANs presentChas Williams4-7/+25
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller69-267/+489
2018-03-23mac80211: notify driver for change in multicast ratesPradeep Kumar Chitrapu4-3/+7
2018-03-23xfrm: Fix transport mode skb control buffer usage.Steffen Klassert1-0/+6
2018-03-22net: Replace ip_ra_lock with per-net mutexKirill Tkhai2-9/+7
2018-03-22net: Make ip_ra_chain per struct netKirill Tkhai2-16/+4
2018-03-22net: Revert "ipv4: fix a deadlock in ip_ra_control"Kirill Tkhai3-5/+9
2018-03-22net: Move IP_ROUTER_ALERT out of lock_sock(sk)Kirill Tkhai1-3/+2
2018-03-22net: Revert "ipv4: get rid of ip_ra_lock"Kirill Tkhai1-2/+10
2018-03-22gre: fix TUNNEL_SEQ bit check on sequence numberingColin Ian King2-2/+2
2018-03-22tipc: step sk->sk_drops when rcv buffer is fullGhantaKrishnamurthy MohanKrishna1-2/+7
2018-03-22tipc: implement socket diagnostics for AF_TIPCGhantaKrishnamurthy MohanKrishna5-6/+203
2018-03-22tipc: modify socket iterator for sock_diagGhantaKrishnamurthy MohanKrishna1-24/+41
2018-03-22Merge tag 'mac80211-for-davem-2018-03-21' of git://git.kernel.org/pub/scm/lin...David S. Miller2-1/+3
2018-03-22devlink: Remove top_hierarchy arg to devlink_resource_registerDavid Ahern1-1/+3
2018-03-22net/ipv6: Handle onlink flag with multipath routesDavid Ahern1-0/+1
2018-03-22ipv6: sr: fix NULL pointer dereference when setting encap source addressDavid Lebrun1-2/+3
2018-03-22ipv6: sr: fix scheduling in RCU when creating seg6 lwtunnel stateDavid Lebrun1-1/+1
2018-03-22Merge tag 'batadv-next-for-davem-20180319' of git://git.open-mesh.org/linux-m...David S. Miller5-37/+522
2018-03-22Merge tag 'batadv-net-for-davem-20180319' of git://git.open-mesh.org/linux-mergeDavid S. Miller5-13/+20
2018-03-22rds: tcp: remove register_netdevice_notifier infrastructure.Sowmini Varadhan1-70/+23
2018-03-22net: Convert nf_ct_net_opsKirill Tkhai1-0/+1
2018-03-22net: Convert lowpan_frags_opsKirill Tkhai1-0/+1
2018-03-22net: Convert can_pernet_opsKirill Tkhai1-0/+1
2018-03-22netfilter: nf_tables: do not hold reference on netdevice from preparation phasePablo Neira Ayuso1-15/+4
2018-03-22netfilter: nf_tables: cache device name in flowtable objectPablo Neira Ayuso1-6/+9
2018-03-22netfilter: drop template ct when conntrack is skipped.Paolo Abeni1-1/+13
2018-03-21net/sched: fix idr leak in the error path of tcf_skbmod_init()Davide Caratti1-1/+1
2018-03-21net/sched: fix idr leak in the error path of tcf_vlan_init()Davide Caratti1-1/+1
2018-03-21net/sched: fix idr leak in the error path of __tcf_ipt_init()Davide Caratti1-3/+6
2018-03-21net/sched: fix idr leak in the error path of tcp_pedit_init()Davide Caratti1-1/+1
2018-03-21net/sched: fix idr leak in the error path of tcf_act_police_init()Davide Caratti1-1/+1
2018-03-21net/sched: fix idr leak in the error path of tcf_simp_init()Davide Caratti1-1/+1
2018-03-21net/sched: fix idr leak on the error path of tcf_bpf_init()Davide Caratti1-1/+1
2018-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-64/+343
2018-03-21cfg80211/nl80211: add DFS offload flagDmitry Lebed1-4/+8
2018-03-21cfg80211/nl80211: add CAC_STARTED eventDmitry Lebed1-2/+5
2018-03-21mac80211: inform wireless layer when frame RSSI is invalidTosoni3-77/+93
2018-03-21mac80211: add ieee80211_hw flag for QoS NDP supportBen Caradoc-Davies2-1/+3
2018-03-20svcrdma: Clean up rdma_build_arg_xdrChuck Lever1-17/+16
2018-03-20svcrdma: Consult max_qp_init_rd_atom when accepting connectionsChuck Lever2-15/+11