| Commit message (Expand) | Author | Files | Lines |
2017-08-11 | sctp: remove the typedef sctp_cmd_t | Xin Long | 2 | -8/+8 |
2017-08-11 | sctp: remove the typedef sctp_socket_type_t | Xin Long | 3 | -7/+9 |
2017-08-11 | sctp: remove the typedef sctp_dbg_objcnt_entry_t | Xin Long | 2 | -3/+3 |
2017-08-11 | sctp: remove the typedef sctp_cmsgs_t | Xin Long | 2 | -6/+7 |
2017-08-11 | sctp: remove the typedef sctp_endpoint_type_t | Xin Long | 1 | -3/+3 |
2017-08-11 | sctp: remove the typedef sctp_sender_hb_info_t | Xin Long | 4 | -14/+12 |
2017-08-11 | sctp: remove the unused typedef sctp_packet_phandler_t | Xin Long | 1 | -2/+0 |
2017-08-10 | packet: fix tp_reserve race in packet_set_ring | Willem de Bruijn | 1 | -4/+9 |
2017-08-10 | udp: consistently apply ufo or fragmentation | Willem de Bruijn | 3 | -7/+10 |
2017-08-10 | selftests: add rtnetlink test script | Florian Westphal | 2 | -1/+200 |
2017-08-10 | rtnetlink: fallback to UNSPEC if current family has no doit callback | Florian Westphal | 1 | -0/+6 |
2017-08-10 | rtnetlink: init handler refcounts to 1 | Florian Westphal | 1 | -1/+6 |
2017-08-10 | rtnetlink: switch rtnl_link_get_slave_info_data_size to rcu | Florian Westphal | 1 | -4/+12 |
2017-08-10 | rtnetlink: do not use RTM_GETLINK directly | Florian Westphal | 1 | -2/+2 |
2017-08-10 | rtnetlink: use rcu_dereference_raw to silence rcu splat | Florian Westphal | 1 | -1/+1 |
2017-08-10 | net: core: fix compile error inside flow_dissector due to new dsa callback | John Crispin | 1 | -0/+2 |
2017-08-10 | net-next: dsa: fix flow dissection | John Crispin | 1 | -0/+12 |
2017-08-10 | net-next: tag_mtk: add flow_dissect callback to the ops struct | John Crispin | 1 | -2/+12 |
2017-08-10 | net-next: dsa: add flow_dissect callback to struct dsa_device_ops | John Crispin | 1 | -0/+2 |
2017-08-10 | net-next: dsa: move struct dsa_device_ops to the global header file | John Crispin | 2 | -7/+7 |
2017-08-10 | net: sched: set xt_tgchk_param par.nft_compat as 0 in ipt_init_target | Xin Long | 1 | -1/+1 |
2017-08-10 | igmp: Fix regression caused by igmp sysctl namespace code. | Nikolay Borisov | 2 | -6/+7 |
2017-08-10 | net-next: mediatek: bring up QDMA RX ring 0 | John Crispin | 2 | -10/+29 |
2017-08-10 | net-next: mediatek: fix typos inside the header file | John Crispin | 1 | -2/+2 |
2017-08-10 | net: atm: make atmdev_ops const | Bhumika Goyal | 4 | -4/+4 |
2017-08-10 | atm: make atmdev_ops const | Bhumika Goyal | 6 | -6/+6 |
2017-08-10 | net: dsa: make dsa_switch_ops const | Bhumika Goyal | 3 | -3/+3 |
2017-08-10 | liquidio: napi cleanup | Intiyaz Basha | 2 | -0/+29 |
2017-08-10 | geneve: maximum value of VNI cannot be used | Girish Moodalbail | 1 | -1/+1 |
2017-08-10 | net: ipv6: lower ndisc notifier priority below addrconf | David Ahern | 1 | -0/+1 |
2017-08-10 | net: systemport: Fix software statistics for SYSTEMPORT Lite | Florian Fainelli | 1 | -0/+4 |
2017-08-10 | tipc: remove premature ESTABLISH FSM event at link synchronization | Jon Paul Maloy | 1 | -3/+1 |
2017-08-10 | ibmvnic: Correct 'unused variable' warning in build. | Nathan Fontenot | 1 | -1/+0 |
2017-08-10 | ibmvnic: Add netdev_dbg output for debugging | Nathan Fontenot | 1 | -7/+55 |
2017-08-10 | ibmvnic: Clean up resources on probe failure | Nathan Fontenot | 1 | -11/+15 |
2017-08-10 | sunvdc: prevent sunvdc panic when mpgroup disk added to guest domain | Jim Quigley | 1 | -0/+61 |
2017-08-10 | net: call newid/getid without rtnl mutex held | Florian Westphal | 1 | -2/+3 |
2017-08-10 | rtnetlink: add RTNL_FLAG_DOIT_UNLOCKED | Florian Westphal | 2 | -0/+19 |
2017-08-10 | rtnetlink: protect handler table with rcu | Florian Westphal | 1 | -56/+65 |
2017-08-10 | rtnetlink: small rtnl lock pushdown | Florian Westphal | 1 | -6/+13 |
2017-08-10 | rtnetlink: add reference counting to prevent module unload while dump is in p... | Florian Westphal | 1 | -1/+13 |
2017-08-10 | rtnetlink: make rtnl_register accept a flags parameter | Florian Westphal | 26 | -96/+95 |
2017-08-10 | rtnetlink: call rtnl_calcit directly | Florian Westphal | 1 | -25/+4 |
2017-08-10 | bpf: add test cases for new BPF_J{LT, LE, SLT, SLE} instructions | Daniel Borkmann | 1 | -0/+313 |
2017-08-10 | bpf: enable BPF_J{LT, LE, SLT, SLE} opcodes in verifier | Daniel Borkmann | 1 | -4/+58 |
2017-08-10 | bpf, nfp: implement jiting of BPF_J{LT,LE} | Daniel Borkmann | 1 | -0/+24 |
2017-08-10 | bpf, ppc64: implement jiting of BPF_J{LT, LE, SLT, SLE} | Daniel Borkmann | 2 | -0/+21 |
2017-08-10 | bpf, s390x: implement jiting of BPF_J{LT, LE, SLT, SLE} | Daniel Borkmann | 1 | -0/+24 |
2017-08-10 | bpf, sparc64: implement jiting of BPF_J{LT, LE, SLT, SLE} | Daniel Borkmann | 1 | -0/+34 |
2017-08-10 | bpf, arm64: implement jiting of BPF_J{LT, LE, SLT, SLE} | Daniel Borkmann | 2 | -0/+24 |