summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-03-16vlan: Fix out of order vlan headers with reorder header offToshiaki Makita
2018-03-16net: Fix vlan untag for bridge and vlan_dev with reorder_hdr offToshiaki Makita
2018-03-16rxrpc: remove redundant initialization of variable 'len'Colin Ian King
2018-03-16xfrm: fix rcu_read_unlock usage in xfrm_local_errorTaehee Yoo
2018-03-15net sched actions: return explicit error when tunnel_key mode is not specifiedRoman Mashak
2018-03-15sctp: Fix double free in sctp_sendmsg_to_asocNeil Horman
2018-03-15net: drivers/net: Remove unnecessary skb_copy_expand OOM messagesJoe Perches
2018-03-15net/smc: simplify wait when closing listen socketUrsula Braun
2018-03-14sctp: add SCTP_AUTH_NO_AUTH type for AUTHENTICATION_EVENTXin Long
2018-03-14sctp: add SCTP_AUTH_FREE_KEY type for AUTHENTICATION_EVENTXin Long
2018-03-14sctp: add sockopt SCTP_AUTH_DEACTIVATE_KEYXin Long
2018-03-14sctp: add support for SCTP AUTH Information for sendmsgXin Long
2018-03-14sctp: add refcnt support for sh_keyXin Long
2018-03-14net/smc: schedule free_work when link group is terminatedKarsten Graul
2018-03-14net/smc: free link group without pending free_work onlyUrsula Braun
2018-03-14net/smc: pay attention to MAX_ORDER for CQ entriesUrsula Braun
2018-03-14ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtuSabrina Dubroca
2018-03-14net: use skb_to_full_sk() in skb_update_prio()Eric Dumazet
2018-03-14sock: remove zerocopy sockopt restriction on closed tcp stateWillem de Bruijn
2018-03-14pktgen: Fix memory leak in pktgen_if_writeGustavo A. R. Silva
2018-03-14batman-adv: add multicast flags netlink supportLinus Lüssing
2018-03-14batman-adv: add DAT cache netlink supportLinus Lüssing
2018-03-13pktgen: use dynamic allocation for debug print bufferArnd Bergmann
2018-03-13ipvs: use true and false for boolean valuesGustavo A. R. Silva
2018-03-13netfilter: x_tables: fix build with CONFIG_COMPAT=nFlorian Westphal
2018-03-13net: Convert rds_tcp_net_opsKirill Tkhai
2018-03-13net: Convert tipc_net_opsKirill Tkhai
2018-03-13net: Convert sctp_ctrlsock_opsKirill Tkhai
2018-03-13net: Convert sctp_defaults_opsKirill Tkhai
2018-03-13sctp: fix error return code in sctp_sendmsg_new_asoc()Wei Yongjun
2018-03-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-03-13net: xfrm: use preempt-safe this_cpu_read() in ipcomp_alloc_tfms()Greg Hackmann
2018-03-12net: dsa: Fix dsa_is_user_port() test inversionFlorian Fainelli
2018-03-12l2tp: fix races with ipv4-mapped ipv6 addressesPaolo Abeni
2018-03-12net: ipv6: keep sk status consistent after datagram connect failurePaolo Abeni
2018-03-12net: rds: drop VLA in rds_walk_conn_path_info()Salvatore Mesoraca
2018-03-12net: rds: drop VLA in rds_for_each_conn_info()Salvatore Mesoraca
2018-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2018-03-12net: Make RX-FCS and HW GRO mutually exclusiveGal Pressman
2018-03-12net: llc: drop VLA in llc_sap_mcast()Salvatore Mesoraca
2018-03-12rds: remove redundant variable 'sg_off'Colin Ian King
2018-03-12ipv6: Use ip6_multipath_hash_policy() in rt6_multipath_hash().David S. Miller
2018-03-12sock_diag: request _diag module only when the family or proto has been regist...Xin Long
2018-03-11openvswitch: meter: fix the incorrect calculation of max delta_tzhangliping
2018-03-11netfilter: nf_tables: release flowtable hooksPablo Neira Ayuso
2018-03-11netfilter: bridge: ebt_among: add more missing match size checksFlorian Westphal
2018-03-11netfilter: x_tables: add and use xt_check_proc_nameFlorian Westphal
2018-03-11netfilter: ebtables: fix erroneous reject of last ruleFlorian Westphal
2018-03-09ip6erspan: make sure enough headroom at xmit.William Tu
2018-03-09ip6erspan: improve error handling for erspan version number.William Tu