summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-01-25bpf: Add write access to tcp_sock and sock fieldsLawrence Brakmo
2018-01-25bpf: Make SOCK_OPS_GET_TCP struct independentLawrence Brakmo
2018-01-25bpf: Make SOCK_OPS_GET_TCP size independentLawrence Brakmo
2018-01-25bpf: Only reply field should be writeableLawrence Brakmo
2018-01-25net: don't call update_pmtu unconditionallyNicolas Dichtel
2018-01-25net/ipv6: Do not allow route add with a device that is downDavid Ahern
2018-01-25net/smc: check for healthy link group resp. connectionsUrsula Braun
2018-01-25net/smc: wake up wr_reg_wait when terminating a link groupUrsula Braun
2018-01-25net/smc: do not reuse a linkgroup with setup problemsUrsula Braun
2018-01-25net/smc: terminate link group for ib_post_send problemsUrsula Braun
2018-01-25net/smc: handle state SMC_PEERFINCLOSEWAIT correctlyUrsula Braun
2018-01-25net/smc: cancel tx worker in case of socket abortsUrsula Braun
2018-01-25net: Move net:netns_ids destruction out of rtnl_lock() and document locking s...Kirill Tkhai
2018-01-25net: tcp: close sock if net namespace is exitingDan Streetman
2018-01-25netfilter: x_tables: avoid out-of-bounds reads in xt_request_find_{match|target}Eric Dumazet
2018-01-24Merge branch 'rebased-net-ioctl' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller
2018-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-24kill kernel_sock_ioctl()Al Viro
2018-01-24dev_ioctl(): move copyin/copyout to callersAl Viro
2018-01-24ipconfig: use dev_set_mtu()Al Viro
2018-01-24lift handling of SIOCIW... out of dev_ioctl()Al Viro
2018-01-24kill dev_ifname32()Al Viro
2018-01-24kill bond_ioctl()Al Viro
2018-01-24kill dev_ifsioc()Al Viro
2018-01-24ip_rt_ioctl(): take copyin to callerAl Viro
2018-01-24devinet_ioctl(): take copyin/copyout to callerAl Viro
2018-01-24net: separate SIOCGIFCONF handling from dev_ioctl()Al Viro
2018-01-24ip_tunnel: Use mark in skb by defaultThomas Winter
2018-01-24cls_u32: propagate extack to delete callbackJakub Kicinski
2018-01-24cls_u32: pass offload flags to tc_cls_common_offload_init()Jakub Kicinski
2018-01-24cls_flower: propagate extack to delete callbackJakub Kicinski
2018-01-24cls_flower: pass offload flags to tc_cls_common_offload_init()Jakub Kicinski
2018-01-24cls_matchall: propagate extack to delete callbackJakub Kicinski
2018-01-24cls_matchall: pass offload flags to tc_cls_common_offload_init()Jakub Kicinski
2018-01-24cls_bpf: propagate extack to offload delete callbackJakub Kicinski
2018-01-24cls_bpf: pass offload flags to tc_cls_common_offload_init()Jakub Kicinski
2018-01-24cls_bpf: remove gen_flags from bpf_offloadJakub Kicinski
2018-01-24net: sched: prepare for reimplementation of tc_cls_common_offload_init()Jakub Kicinski
2018-01-24net: sched: propagate extack to cls->destroy callbacksJakub Kicinski
2018-01-24kcm: Check if sk_user_data already set in kcm_attachTom Herbert
2018-01-24kcm: Only allow TCP sockets to be attached to a KCM muxTom Herbert
2018-01-24pktgen: Clean read user supplied flag messDmitry Safonov
2018-01-24pktgen: Remove brute-force printing of flagsDmitry Safonov
2018-01-24pktgen: Add behaviour flags macro to generate flags/namesDmitry Safonov
2018-01-24pktgen: Add missing !flag parametersDmitry Safonov
2018-01-24net: sched: em_nbyte: don't add the data offset twiceWolfgang Bumiller
2018-01-24net/smc: continue waiting if peer signals write_shutdownUrsula Braun
2018-01-24net/smc: improve state change handling after close waitUrsula Braun
2018-01-24net/smc: make wait for work request uninterruptibleUrsula Braun
2018-01-24net/smc: get rid of tx_pend waits in socket closingUrsula Braun