aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-29Merge tag 'rxrpc-next-20180327' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsDavid S. Miller8-24/+38
2018-03-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller5-4/+9
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-27Merge tag 'mlx5-updates-2018-03-22' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller1-0/+6
2018-03-27ipv6: addrconf: Use normal debugging styleJoe Perches1-20/+8
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-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-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: 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