summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipv6: addrconf: Use normal debugging styleJoe Perches2018-03-271-20/+8Star
* tipc: tipc_node_create() can be staticWei Yongjun2018-03-271-2/+2
* tipc: fix error handling in tipc_udp_enable()Wei Yongjun2018-03-271-1/+2
* net/ncsi: check for null return from call to nla_nest_startColin Ian King2018-03-271-0/+4
* sctp: remove unnecessary asoc in sctp_has_associationXin Long2018-03-272-11/+10Star
* ip6mr: Add refcounting to mfcYuval Mintz2018-03-262-6/+8
* ip6mr: Add API for default_rule fibYuval Mintz2018-03-261-0/+7
* ip6mr: Support fib notificationsYuval Mintz2018-03-261-8/+104
* ipmr: Make ipmr_dump() commonYuval Mintz2018-03-262-51/+44Star
* ipmr: Make MFC fib notifiers commonYuval Mintz2018-03-261-22/+4Star
* ipmr: Make vif fib notifiers commonYuval Mintz2018-03-261-26/+5Star
* net: Convert sunrpc_net_opsKirill Tkhai2018-03-261-0/+1
* net: Convert rpcsec_gss_net_opsKirill Tkhai2018-03-261-0/+1
* net: Use octal not symbolic permissionsJoe Perches2018-03-2663-161/+161
* net: Drop NETDEV_UNREGISTER_FINALKirill Tkhai2018-03-261-7/+0Star
* net: Make NETDEV_XXX commands enum { }Kirill Tkhai2018-03-261-0/+20
* tipc: tipc_disc_addr_trial_msg() can be statickbuild test robot2018-03-261-7/+7
* net: permit skb_segment on head_frag frag_list skbYonghong Song2018-03-251-5/+22
* net/sched: act_vlan: declare push_vid with host byte orderDavide Caratti2018-03-241-1/+1
* net/sched: remove tcf_idr_cleanup()Davide Caratti2018-03-241-8/+0Star
* tipc: obtain node identity from interface by defaultJon Maloy2018-03-233-9/+29
* tipc: handle collisions of 32-bit node address hash valuesJon Maloy2018-03-2311-45/+236
* tipc: add 128-bit node identifierJon Maloy2018-03-2311-56/+146
* tipc: remove direct accesses to own_addr field in struct tipc_netJon Maloy2018-03-238-49/+42Star
* tipc: allow closest-first lookup algorithm when legacy address is configuredJon Maloy2018-03-236-18/+22
* tipc: remove restrictions on node address valuesJon Maloy2018-03-238-105/+21Star
* tipc: some cleanups in the file discover.cJon Maloy2018-03-234-166/+155Star
* tipc: refactor function tipc_enable_bearer()Jon Maloy2018-03-231-66/+70
* net: Convert rxrpc_net_opsKirill Tkhai2018-03-231-0/+1
* net: Convert udp_sysctl_opsKirill Tkhai2018-03-231-1/+2
* net: bridge: fix direct access to bridge vlan_enabled and use helperNikolay Aleksandrov2018-03-231-1/+1
* tls: RX path for ktlsDave Watson2018-03-233-68/+582
* tls: Refactor variable namesDave Watson2018-03-231-13/+13
* tls: Pass error code explicitly to tls_err_abortDave Watson2018-03-231-1/+1
* tls: Move cipher info to a separate structDave Watson2018-03-232-32/+34
* tls: Generalize zerocopy_from_iterDave Watson2018-03-231-12/+19
* bridge: Allow max MTU when multiple VLANs presentChas Williams2018-03-234-7/+25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-2369-267/+489
|\
| * Merge tag 'mac80211-for-davem-2018-03-21' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-03-222-1/+3
| |\
| | * mac80211: add ieee80211_hw flag for QoS NDP supportBen Caradoc-Davies2018-03-212-1/+3
| * | net/ipv6: Handle onlink flag with multipath routesDavid Ahern2018-03-221-0/+1
| * | ipv6: sr: fix NULL pointer dereference when setting encap source addressDavid Lebrun2018-03-221-2/+3
| * | ipv6: sr: fix scheduling in RCU when creating seg6 lwtunnel stateDavid Lebrun2018-03-221-1/+1
| * | Merge tag 'batadv-net-for-davem-20180319' of git://git.open-mesh.org/linux-mergeDavid S. Miller2018-03-225-13/+20
| |\ \
| | * | batman-adv: Fix skbuff rcsum on packet rerouteSven Eckelmann2018-03-181-5/+10
| | * | batman-adv: Add missing include for EPOLL* constantsSven Eckelmann2018-03-182-0/+2
| | * | batman-adv: fix header size check in batadv_dbg_arp()Matthias Schiffer2018-03-161-1/+1
| | * | batman-adv: update data pointers after skb_cow()Matthias Schiffer2018-03-161-5/+5
| | * | batman-adv: Fix multicast packet loss with a single WANT_ALL_IPV4/6 flagLinus Lüssing2018-03-041-2/+2
| * | | net/sched: fix idr leak in the error path of tcf_skbmod_init()Davide Caratti2018-03-211-1/+1