summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* xfrm: policy: remove set but not used variable 'priority'YueHaibing2018-12-191-3/+0
* tipc: handle broadcast NAME_DISTRIBUTOR packet when receiving itZhenbo Gao2018-12-181-0/+4
* net: bridge: remove unneeded variable 'err'YueHaibing2018-12-182-5/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-12-183-133/+1118
|\
| * xfrm: policy: fix policy hash rebuildFlorian Westphal2018-11-281-4/+5
| * xfrm6: remove BUG_ON from xfrm6_dst_ifdownLi RongQing2018-11-221-1/+0
| * xfrm: policy: fix netlink/pf_key policy lookupsFlorian Westphal2018-11-151-1/+4
| * xfrm: policy: add missing indentationColin Ian King2018-11-151-1/+1
| * af_key: fix indentation on declaration statementColin Ian King2018-11-151-1/+1
| * xfrm: policy: add 2nd-level saddr trees for inexact policiesFlorian Westphal2018-11-091-10/+108
| * xfrm: policy: store inexact policies in a tree ordered by source addressFlorian Westphal2018-11-091-4/+42
| * xfrm: policy: check reinserted policies match their nodeFlorian Westphal2018-11-091-0/+32
| * xfrm: policy: store inexact policies in a tree ordered by destination addressFlorian Westphal2018-11-091-6/+327
| * xfrm: policy: add inexact policy search tree infrastructureFlorian Westphal2018-11-091-54/+247
| * xfrm: policy: consider if_id when hashing inexact policyFlorian Westphal2018-11-091-9/+16
| * xfrm: policy: store inexact policies in an rhashtableFlorian Westphal2018-11-091-18/+332
| * xfrm: policy: return NULL when inexact search neededFlorian Westphal2018-11-091-2/+11
| * xfrm: policy: split list insertion into a helperFlorian Westphal2018-11-091-16/+27
| * xfrm: security: iterate all, not inexact listsFlorian Westphal2018-11-091-67/+26
* | ip6mr: Drop mfc6_cache argument to ip6mr_forward2David Ahern2018-12-171-4/+3
* | ipmr: Drop mfc_cache argument to ipmr_queue_xmitDavid Ahern2018-12-171-5/+4
* | net: dccp: initialize (addr,port) listening hashtablePeter Oskolkov2018-12-172-0/+4
* | fou: Prevent unbounded recursion in GUE error handlerStefano Brivio2018-12-171-0/+7
* | bridge: support for ndo_fdb_getRoopa Prabhu2018-12-163-0/+30
* | net: rtnetlink: support for fdb getRoopa Prabhu2018-12-161-1/+167
* | net: dsa: ksz: Add STP multicast handlingMarek Vasut2018-12-161-0/+4
* | net: dsa: ksz: Factor out common tag codeTristram Ha2018-12-161-39/+73
* | net: dsa: ksz: Rename NET_DSA_TAG_KSZ to _KSZ9477Tristram Ha2018-12-164-6/+10
* | Revert "net: dccp: initialize (addr,port) listening hashtable"David S. Miller2018-12-161-3/+0
* | neighbor: Add protocol attributeDavid Ahern2018-12-161-1/+23
* | net: dccp: initialize (addr,port) listening hashtablePeter Oskolkov2018-12-161-0/+3
* | l2tp: Add protocol field decompressionSam Protsenko2018-12-151-0/+4
* | udp: use indirect call wrappers for GRO socket lookupPaolo Abeni2018-12-151-2/+6
* | net: use indirect call wrappers at GRO transport layerPaolo Abeni2018-12-156-15/+54
* | net: use indirect call wrappers at GRO network layerPaolo Abeni2018-12-152-5/+16
* | net: sched: simplify the qdisc_leaf codeTonghao Zhang2018-12-151-3/+1
* | ipv6: Fix handling of LLA with VRF and sockets bound to VRFDavid Ahern2018-12-151-1/+2
* | ipconfig: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-151-12/+1
* | net: tcp6: prefer listeners bound to an addressPeter Oskolkov2018-12-141-48/+6
* | net: tcp: prefer listeners bound to an addressPeter Oskolkov2018-12-141-52/+8
* | net: udp6: prefer listeners bound to an addressPeter Oskolkov2018-12-141-58/+21
* | net: udp: prefer listeners bound to an addressPeter Oskolkov2018-12-141-57/+19
* | neighbor: Remove externally learned entries from gc_listDavid Ahern2018-12-141-21/+28
* | neighbor: Move neigh_update_ext_learned to core fileDavid Ahern2018-12-141-0/+18
* | neighbor: Remove state and flags arguments to neigh_delDavid Ahern2018-12-141-5/+4
* | neighbor: Fix state check in neigh_forced_gcDavid Ahern2018-12-141-3/+2
* | neighbor: Fix locking order for gc_list changesDavid Ahern2018-12-141-12/+15
* | net_sched: fold tcf_block_cb_call() into tc_setup_cb_call()Cong Wang2018-12-145-45/+33
* | net: bridge: Handle NETDEV_PRE_CHANGEADDR from portsPetr Machata2018-12-131-0/+13
* | net: bridge: Issue NETDEV_PRE_CHANGEADDRPetr Machata2018-12-131-0/+9