summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: Move net:netns_ids destruction out of rtnl_lock() and document locking s...Kirill Tkhai2018-01-251-18/+44
* Merge branch 'rebased-net-ioctl' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2018-01-247-392/+164
|\
| * kill kernel_sock_ioctl()Al Viro2018-01-241-13/+0
| * dev_ioctl(): move copyin/copyout to callersAl Viro2018-01-242-107/+69
| * ipconfig: use dev_set_mtu()Al Viro2018-01-241-14/+3
| * lift handling of SIOCIW... out of dev_ioctl()Al Viro2018-01-243-23/+10
| * kill dev_ifname32()Al Viro2018-01-241-21/+1
| * kill bond_ioctl()Al Viro2018-01-241-32/+4
| * kill dev_ifsioc()Al Viro2018-01-241-38/+0
| * ip_rt_ioctl(): take copyin to callerAl Viro2018-01-243-19/+9
| * devinet_ioctl(): take copyin/copyout to callerAl Viro2018-01-243-45/+34
| * net: separate SIOCGIFCONF handling from dev_ioctl()Al Viro2018-01-243-85/+39
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-249-18/+46
|\ \ | |/ |/|
| * kcm: Check if sk_user_data already set in kcm_attachTom Herbert2018-01-241-2/+14
| * kcm: Only allow TCP sockets to be attached to a KCM muxTom Herbert2018-01-241-2/+7
| * net: sched: em_nbyte: don't add the data offset twiceWolfgang Bumiller2018-01-241-1/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-01-245-11/+22
| |\
| | * xfrm: fix boolean assignment in xfrm_get_type_offloadGustavo A. R. Silva2018-01-231-1/+1
| | * xfrm: Fix eth_hdr(skb)->h_proto to reflect inner IP versionYossi Kuperman2018-01-232-0/+2
| | * xfrm: fix error flow in case of add state failsAviad Yehezkel2018-01-191-0/+1
| | * xfrm: Add SA to hardware at the end of xfrm_state_construct()Yossi Kuperman2018-01-182-10/+18
| * | ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABELBen Hutchings2018-01-232-2/+2
* | | ip_tunnel: Use mark in skb by defaultThomas Winter2018-01-241-3/+10
* | | cls_u32: propagate extack to delete callbackJakub Kicinski2018-01-241-15/+19
* | | cls_u32: pass offload flags to tc_cls_common_offload_init()Jakub Kicinski2018-01-241-4/+6
* | | cls_flower: propagate extack to delete callbackJakub Kicinski2018-01-241-8/+10
* | | cls_flower: pass offload flags to tc_cls_common_offload_init()Jakub Kicinski2018-01-241-3/+3
* | | cls_matchall: propagate extack to delete callbackJakub Kicinski2018-01-241-4/+5
* | | cls_matchall: pass offload flags to tc_cls_common_offload_init()Jakub Kicinski2018-01-241-2/+2
* | | cls_bpf: propagate extack to offload delete callbackJakub Kicinski2018-01-241-6/+8
* | | cls_bpf: pass offload flags to tc_cls_common_offload_init()Jakub Kicinski2018-01-241-2/+3
* | | cls_bpf: remove gen_flags from bpf_offloadJakub Kicinski2018-01-241-2/+0
* | | net: sched: prepare for reimplementation of tc_cls_common_offload_init()Jakub Kicinski2018-01-244-11/+11
* | | net: sched: propagate extack to cls->destroy callbacksJakub Kicinski2018-01-2412-18/+22
* | | pktgen: Clean read user supplied flag messDmitry Safonov2018-01-241-105/+39
* | | pktgen: Remove brute-force printing of flagsDmitry Safonov2018-01-241-58/+19
* | | pktgen: Add behaviour flags macro to generate flags/namesDmitry Safonov2018-01-241-23/+34
* | | pktgen: Add missing !flag parametersDmitry Safonov2018-01-241-1/+7
* | | net/smc: continue waiting if peer signals write_shutdownUrsula Braun2018-01-241-2/+2
* | | net/smc: improve state change handling after close waitUrsula Braun2018-01-241-14/+26
* | | net/smc: make wait for work request uninterruptibleUrsula Braun2018-01-241-7/+6
* | | net/smc: get rid of tx_pend waits in socket closingUrsula Braun2018-01-245-57/+0
* | | net/smc: simplify function smc_clcsock_accept()Ursula Braun2018-01-241-9/+2
* | | net/smc: use local struct sock variables consistentlyUrsula Braun2018-01-242-34/+37
* | | net/sched: act_csum: don't use spinlock in the fast pathDavide Caratti2018-01-231-13/+45
* | | net/sched: act_csum: use per-core statisticsDavide Caratti2018-01-231-6/+4
* | | net: link_watch: mark bonding link events urgentRoopa Prabhu2018-01-231-1/+1
* | | net: dsa: Support internal phy on 'cpu' portSebastian Reichel2018-01-234-32/+86
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-2313-10/+45
|\| |
| * | tls: Correct length of scatterlist in tls_sw_sendpageDave Watson2018-01-221-0/+2