aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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-25tipc: tipc_disc_addr_trial_msg() can be statickbuild test robot1-7/+7
2018-03-25net: permit skb_segment on head_frag frag_list skbYonghong Song1-5/+22
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-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-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-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/linux/kernel/git/jberg/mac80211David 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-mergeDavid 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-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