summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: ipv4: add check for l3slave for index returned in IP_PKTINFODavid Ahern2017-08-141-1/+2
* net: ipv4: remove unnecessary check on orig_oifDavid Ahern2017-08-141-1/+1
* net: export some generic xdp helpersJason Wang2017-08-141-6/+8
* rtnelink: Move link dump consistency check out of the loopJakub Sitnicki2017-08-141-4/+2Star
* openvswitch: Remove unnecessary newlines from OVS_NLERR usesJoe Perches2017-08-112-10/+6Star
* net: skb_needs_check() removes CHECKSUM_UNNECESSARY check for tx.Tonghao Zhang2017-08-111-2/+1Star
* net: ipv4: set orig_oif based on fib result for local trafficDavid Ahern2017-08-111-0/+6
* net: sched: remove cops->tcf_cl_offloadJiri Pirko2017-08-115-24/+12Star
* net: sched: use newly added classid identity helpersJiri Pirko2017-08-111-1/+8
* sctp: fix some indents in sm_make_chunk.cXin Long2017-08-111-178/+170Star
* sctp: remove the typedef sctp_disposition_tXin Long2017-08-113-671/+706
* sctp: remove the typedef sctp_sm_table_entry_tXin Long2017-08-112-18/+26
* sctp: remove the typedef sctp_verb_tXin Long2017-08-111-1/+1
* sctp: remove the typedef sctp_arg_tXin Long2017-08-111-1/+1
* sctp: remove the typedef sctp_cmd_seq_tXin Long2017-08-113-135/+137
* sctp: remove the typedef sctp_cmd_tXin Long2017-08-111-1/+1
* sctp: remove the typedef sctp_socket_type_tXin Long2017-08-111-3/+4
* sctp: remove the typedef sctp_dbg_objcnt_entry_tXin Long2017-08-111-1/+1
* sctp: remove the typedef sctp_cmsgs_tXin Long2017-08-111-4/+5
* sctp: remove the typedef sctp_sender_hb_info_tXin Long2017-08-113-12/+10Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-106-15/+19
|\
| * packet: fix tp_reserve race in packet_set_ringWillem de Bruijn2017-08-101-4/+9
| * udp: consistently apply ufo or fragmentationWillem de Bruijn2017-08-103-7/+10
| * net: sched: set xt_tgchk_param par.nft_compat as 0 in ipt_init_targetXin Long2017-08-101-1/+1
| * igmp: Fix regression caused by igmp sysctl namespace code.Nikolay Borisov2017-08-102-6/+7
| * tipc: remove premature ESTABLISH FSM event at link synchronizationJon Paul Maloy2017-08-101-3/+1Star
* | rtnetlink: fallback to UNSPEC if current family has no doit callbackFlorian Westphal2017-08-101-0/+6
* | rtnetlink: init handler refcounts to 1Florian Westphal2017-08-101-1/+6
* | rtnetlink: switch rtnl_link_get_slave_info_data_size to rcuFlorian Westphal2017-08-101-4/+12
* | rtnetlink: do not use RTM_GETLINK directlyFlorian Westphal2017-08-101-2/+2
* | rtnetlink: use rcu_dereference_raw to silence rcu splatFlorian Westphal2017-08-101-1/+1
* | net: core: fix compile error inside flow_dissector due to new dsa callbackJohn Crispin2017-08-101-0/+2
* | net-next: dsa: fix flow dissectionJohn Crispin2017-08-101-0/+12
* | net-next: tag_mtk: add flow_dissect callback to the ops structJohn Crispin2017-08-101-2/+12
* | net-next: dsa: move struct dsa_device_ops to the global header fileJohn Crispin2017-08-101-7/+0Star
* | net: atm: make atmdev_ops constBhumika Goyal2017-08-104-4/+4
* | net: ipv6: lower ndisc notifier priority below addrconfDavid Ahern2017-08-101-0/+1
* | net: call newid/getid without rtnl mutex heldFlorian Westphal2017-08-101-2/+3
* | rtnetlink: add RTNL_FLAG_DOIT_UNLOCKEDFlorian Westphal2017-08-101-0/+15
* | rtnetlink: protect handler table with rcuFlorian Westphal2017-08-101-56/+65
* | rtnetlink: small rtnl lock pushdownFlorian Westphal2017-08-101-6/+13
* | rtnetlink: add reference counting to prevent module unload while dump is in p...Florian Westphal2017-08-101-1/+13
* | rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal2017-08-1025-93/+93
* | rtnetlink: call rtnl_calcit directlyFlorian Westphal2017-08-101-25/+4Star
* | bpf: add BPF_J{LT,LE,SLT,SLE} instructionsDaniel Borkmann2017-08-101-4/+17
* | sock: fix zerocopy panic in mem accountingWillem de Bruijn2017-08-101-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-1011-65/+112
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-08-0913-67/+114
| |\
| | * net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn2017-08-093-3/+3
| | * rds: Reintroduce statistics countingHÃ¥kon Bugge2017-08-091-1/+4