Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2018-01-26 | 2 | -2/+11 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | xfrm: Add ESN support for IPSec HW offload | Yossef Efraim | 2018-01-18 | 2 | -2/+11 | |
| * | | | | | | | | | net/ipv6: Add support for onlink flag | David Ahern | 2018-01-26 | 1 | -1/+50 | |
| * | | | | | | | | | net/ipv6: Add flags and table id to ip6_nh_lookup_table | David Ahern | 2018-01-26 | 1 | -4/+8 | |
| * | | | | | | | | | net/ipv6: Move gateway validation into helper | David Ahern | 2018-01-26 | 1 | -36/+49 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | net/ipv4: Allow send to local broadcast from a socket bound to a VRF | David Ahern | 2018-01-25 | 3 | -3/+33 | |
| * | | | | | | | | openvswitch: add erspan version I and II support | William Tu | 2018-01-25 | 1 | -1/+51 | |
| * | | | | | | | | net: erspan: use bitfield instead of mask and offset | William Tu | 2018-01-25 | 2 | -47/+27 | |
| * | | | | | | | | net/ipv6: Do not allow route add with a device that is down | David Ahern | 2018-01-25 | 1 | -0/+6 | |
| * | | | | | | | | net/smc: check for healthy link group resp. connections | Ursula Braun | 2018-01-25 | 4 | -12/+29 | |
| * | | | | | | | | net/smc: wake up wr_reg_wait when terminating a link group | Ursula Braun | 2018-01-25 | 2 | -11/+11 | |
| * | | | | | | | | net/smc: do not reuse a linkgroup with setup problems | Ursula Braun | 2018-01-25 | 2 | -0/+20 | |
| * | | | | | | | | net/smc: terminate link group for ib_post_send problems | Ursula Braun | 2018-01-25 | 2 | -2/+10 | |
| * | | | | | | | | net/smc: handle state SMC_PEERFINCLOSEWAIT correctly | Ursula Braun | 2018-01-25 | 1 | -3/+4 | |
| * | | | | | | | | net/smc: cancel tx worker in case of socket aborts | Ursula Braun | 2018-01-25 | 1 | -3/+9 | |
| * | | | | | | | | net: Move net:netns_ids destruction out of rtnl_lock() and document locking s... | Kirill Tkhai | 2018-01-25 | 1 | -18/+44 | |
| * | | | | | | | | Merge branch 'rebased-net-ioctl' of git://git.kernel.org/pub/scm/linux/kernel... | David S. Miller | 2018-01-24 | 7 | -392/+164 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | kill kernel_sock_ioctl() | Al Viro | 2018-01-24 | 1 | -13/+0 | |
| | * | | | | | | | | dev_ioctl(): move copyin/copyout to callers | Al Viro | 2018-01-24 | 2 | -107/+69 | |
| | * | | | | | | | | ipconfig: use dev_set_mtu() | Al Viro | 2018-01-24 | 1 | -14/+3 | |
| | * | | | | | | | | lift handling of SIOCIW... out of dev_ioctl() | Al Viro | 2018-01-24 | 3 | -23/+10 | |
| | * | | | | | | | | kill dev_ifname32() | Al Viro | 2018-01-24 | 1 | -21/+1 | |
| | * | | | | | | | | kill bond_ioctl() | Al Viro | 2018-01-24 | 1 | -32/+4 | |
| | * | | | | | | | | kill dev_ifsioc() | Al Viro | 2018-01-24 | 1 | -38/+0 | |
| | * | | | | | | | | ip_rt_ioctl(): take copyin to caller | Al Viro | 2018-01-24 | 3 | -19/+9 | |
| | * | | | | | | | | devinet_ioctl(): take copyin/copyout to caller | Al Viro | 2018-01-24 | 3 | -45/+34 | |
| | * | | | | | | | | net: separate SIOCGIFCONF handling from dev_ioctl() | Al Viro | 2018-01-24 | 3 | -85/+39 | |
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-01-24 | 9 | -18/+46 | |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | ip_tunnel: Use mark in skb by default | Thomas Winter | 2018-01-24 | 1 | -3/+10 | |
| * | | | | | | | | | cls_u32: propagate extack to delete callback | Jakub Kicinski | 2018-01-24 | 1 | -15/+19 | |
| * | | | | | | | | | cls_u32: pass offload flags to tc_cls_common_offload_init() | Jakub Kicinski | 2018-01-24 | 1 | -4/+6 | |
| * | | | | | | | | | cls_flower: propagate extack to delete callback | Jakub Kicinski | 2018-01-24 | 1 | -8/+10 | |
| * | | | | | | | | | cls_flower: pass offload flags to tc_cls_common_offload_init() | Jakub Kicinski | 2018-01-24 | 1 | -3/+3 | |
| * | | | | | | | | | cls_matchall: propagate extack to delete callback | Jakub Kicinski | 2018-01-24 | 1 | -4/+5 | |
| * | | | | | | | | | cls_matchall: pass offload flags to tc_cls_common_offload_init() | Jakub Kicinski | 2018-01-24 | 1 | -2/+2 | |
| * | | | | | | | | | cls_bpf: propagate extack to offload delete callback | Jakub Kicinski | 2018-01-24 | 1 | -6/+8 | |
| * | | | | | | | | | cls_bpf: pass offload flags to tc_cls_common_offload_init() | Jakub Kicinski | 2018-01-24 | 1 | -2/+3 | |
| * | | | | | | | | | cls_bpf: remove gen_flags from bpf_offload | Jakub Kicinski | 2018-01-24 | 1 | -2/+0 | |
| * | | | | | | | | | net: sched: prepare for reimplementation of tc_cls_common_offload_init() | Jakub Kicinski | 2018-01-24 | 4 | -11/+11 | |
| * | | | | | | | | | net: sched: propagate extack to cls->destroy callbacks | Jakub Kicinski | 2018-01-24 | 12 | -18/+22 | |
| * | | | | | | | | | pktgen: Clean read user supplied flag mess | Dmitry Safonov | 2018-01-24 | 1 | -105/+39 | |
| * | | | | | | | | | pktgen: Remove brute-force printing of flags | Dmitry Safonov | 2018-01-24 | 1 | -58/+19 | |
| * | | | | | | | | | pktgen: Add behaviour flags macro to generate flags/names | Dmitry Safonov | 2018-01-24 | 1 | -23/+34 | |
| * | | | | | | | | | pktgen: Add missing !flag parameters | Dmitry Safonov | 2018-01-24 | 1 | -1/+7 | |
| * | | | | | | | | | net/smc: continue waiting if peer signals write_shutdown | Ursula Braun | 2018-01-24 | 1 | -2/+2 | |
| * | | | | | | | | | net/smc: improve state change handling after close wait | Ursula Braun | 2018-01-24 | 1 | -14/+26 | |
| * | | | | | | | | | net/smc: make wait for work request uninterruptible | Ursula Braun | 2018-01-24 | 1 | -7/+6 | |
| * | | | | | | | | | net/smc: get rid of tx_pend waits in socket closing | Ursula Braun | 2018-01-24 | 5 | -57/+0 | |
| * | | | | | | | | | net/smc: simplify function smc_clcsock_accept() | Ursula Braun | 2018-01-24 | 1 | -9/+2 | |
| * | | | | | | | | | net/smc: use local struct sock variables consistently | Ursula Braun | 2018-01-24 | 2 | -34/+37 |