summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-08-16ipv4: route: set ipv4 RTM_GETROUTE to not use rtnlFlorian Westphal1-1/+2
2017-08-16ipv6: route: set ipv6 RTM_GETROUTE to not use rtnlFlorian Westphal1-1/+2
2017-08-16ipv6: route: make rtm_getroute not assume rtnl is lockedFlorian Westphal1-1/+6
2017-08-16dsa: fix flow disector null pointerCraig Gallek1-1/+1
2017-08-16ipv6: fib: Provide offload indication using nexthop flagsIdo Schimmel1-6/+1
2017-08-14net: ipv4: add check for l3slave for index returned in IP_PKTINFODavid Ahern1-1/+2
2017-08-14net: ipv4: remove unnecessary check on orig_oifDavid Ahern1-1/+1
2017-08-14net: export some generic xdp helpersJason Wang1-6/+8
2017-08-14rtnelink: Move link dump consistency check out of the loopJakub Sitnicki1-4/+2
2017-08-12openvswitch: Remove unnecessary newlines from OVS_NLERR usesJoe Perches2-10/+6
2017-08-12net: skb_needs_check() removes CHECKSUM_UNNECESSARY check for tx.Tonghao Zhang1-2/+1
2017-08-12net: ipv4: set orig_oif based on fib result for local trafficDavid Ahern1-0/+6
2017-08-11net: sched: remove cops->tcf_cl_offloadJiri Pirko5-24/+12
2017-08-11net: sched: use newly added classid identity helpersJiri Pirko1-1/+8
2017-08-11sctp: fix some indents in sm_make_chunk.cXin Long1-178/+170
2017-08-11sctp: remove the typedef sctp_disposition_tXin Long3-671/+706
2017-08-11sctp: remove the typedef sctp_sm_table_entry_tXin Long2-18/+26
2017-08-11sctp: remove the typedef sctp_verb_tXin Long1-1/+1
2017-08-11sctp: remove the typedef sctp_arg_tXin Long1-1/+1
2017-08-11sctp: remove the typedef sctp_cmd_seq_tXin Long3-135/+137
2017-08-11sctp: remove the typedef sctp_cmd_tXin Long1-1/+1
2017-08-11sctp: remove the typedef sctp_socket_type_tXin Long1-3/+4
2017-08-11sctp: remove the typedef sctp_dbg_objcnt_entry_tXin Long1-1/+1
2017-08-11sctp: remove the typedef sctp_cmsgs_tXin Long1-4/+5
2017-08-11sctp: remove the typedef sctp_sender_hb_info_tXin Long3-12/+10
2017-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-15/+19
2017-08-10packet: fix tp_reserve race in packet_set_ringWillem de Bruijn1-4/+9
2017-08-10udp: consistently apply ufo or fragmentationWillem de Bruijn3-7/+10
2017-08-10rtnetlink: fallback to UNSPEC if current family has no doit callbackFlorian Westphal1-0/+6
2017-08-10rtnetlink: init handler refcounts to 1Florian Westphal1-1/+6
2017-08-10rtnetlink: switch rtnl_link_get_slave_info_data_size to rcuFlorian Westphal1-4/+12
2017-08-10rtnetlink: do not use RTM_GETLINK directlyFlorian Westphal1-2/+2
2017-08-10rtnetlink: use rcu_dereference_raw to silence rcu splatFlorian Westphal1-1/+1
2017-08-10net: core: fix compile error inside flow_dissector due to new dsa callbackJohn Crispin1-0/+2
2017-08-10net-next: dsa: fix flow dissectionJohn Crispin1-0/+12
2017-08-10net-next: tag_mtk: add flow_dissect callback to the ops structJohn Crispin1-2/+12
2017-08-10net-next: dsa: move struct dsa_device_ops to the global header fileJohn Crispin1-7/+0
2017-08-10net: sched: set xt_tgchk_param par.nft_compat as 0 in ipt_init_targetXin Long1-1/+1
2017-08-10igmp: Fix regression caused by igmp sysctl namespace code.Nikolay Borisov2-6/+7
2017-08-10net: atm: make atmdev_ops constBhumika Goyal4-4/+4
2017-08-10net: ipv6: lower ndisc notifier priority below addrconfDavid Ahern1-0/+1
2017-08-10tipc: remove premature ESTABLISH FSM event at link synchronizationJon Paul Maloy1-3/+1
2017-08-10net: call newid/getid without rtnl mutex heldFlorian Westphal1-2/+3
2017-08-10rtnetlink: add RTNL_FLAG_DOIT_UNLOCKEDFlorian Westphal1-0/+15
2017-08-10rtnetlink: protect handler table with rcuFlorian Westphal1-56/+65
2017-08-10rtnetlink: small rtnl lock pushdownFlorian Westphal1-6/+13
2017-08-10rtnetlink: add reference counting to prevent module unload while dump is in p...Florian Westphal1-1/+13
2017-08-10rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal25-93/+93
2017-08-10rtnetlink: call rtnl_calcit directlyFlorian Westphal1-25/+4
2017-08-10bpf: add BPF_J{LT,LE,SLT,SLE} instructionsDaniel Borkmann1-4/+17