aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dst.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-30xfrm: Stop using dst->next in bundle construction.David Miller1-24/+32
2017-11-30net: Rearrange dst_entry layout to avoid useless padding.David Miller1-19/+12
2017-11-30xfrm: Move dst->path into struct xfrm_dstDavid Miller9-29/+33
2017-11-30ipv6: Move dst->from into struct rt6_info.David Miller4-25/+22
2017-11-30xfrm: Move child route linkage into xfrm_dst.David Miller6-18/+26
2017-11-30ipsec: Create and use new helpers for dst child access.David Miller2-24/+28
2017-11-30net: Create and use new helper xfrm_dst_child().David Miller8-15/+26
2017-11-30ipv6: Move rt6_next from dst_entry into ipv6 route structure.David Miller4-21/+21
2017-11-30decnet: Move dn_next into decnet route structure.David Miller3-17/+19
2017-11-30net: dst->rt_next is unused.David Miller1-1/+0
2017-11-30forcedeth: optimize the xmit with unlikelyZhu Yanjun1-3/+3
2017-11-30atm: mpoa: remove 32-bit timekeepingTina Ruchandani5-40/+43
2017-11-30atm: eni: fix several indentation issuesColin Ian King1-9/+9
2017-11-30openvswitch: use ktime_get_ts64() instead of ktime_get_ts()Arnd Bergmann1-3/+3
2017-11-30netxen: remove timespec usageArnd Bergmann1-3/+1
2017-11-30net: phy: harmonize phy_id{,_mask} data typeRichard Leitner1-1/+1
2017-11-30net: ethernet: davinci_emac: Deduplicate bus_find_device() by name matchingLukas Wunner1-7/+2
2017-11-30net: thunderx: Set max queue count taking XDP_TX into accountSunil Goutham1-0/+5
2017-11-30net: thunderx: Add support for xdp redirectSunil Goutham3-31/+94
2017-11-29sparc64: Fix boot on T4 and later.David S. Miller1-1/+1
2017-11-29vsprintf: don't use 'restricted_pointer()' when not restrictingLinus Torvalds1-0/+2
2017-11-29kallsyms: take advantage of the new '%px' formatLinus Torvalds3-13/+7
2017-11-29Revert "mm, thp: Do not make pmd/pud dirty without a reason"Linus Torvalds5-24/+16
2017-11-29ethernet: dwmac-stm32: Fix copyrightBenjamin Gaignard1-2/+2
2017-11-29net: via: via-rhine: use %p to format void * address instead of %xColin Ian King1-2/+2
2017-11-29net: ethernet: xilinx: Mark XILINX_LL_TEMAC broken on 64-bitGeert Uytterhoeven1-0/+1
2017-11-29myri10ge: Update MAINTAINERSHyong-Youb Kim1-2/+2
2017-11-29kasan: use %px to print addresses instead of %pTobin C. Harding1-4/+4
2017-11-29vsprintf: add printk specifier %pxTobin C. Harding3-2/+36
2017-11-29printk: hash addresses printed with %pTobin C. Harding3-46/+155
2017-11-29vsprintf: refactor %pK code out of pointer()Tobin C. Harding1-43/+54
2017-11-29docs: correct documentation for %pKTobin C. Harding1-2/+1
2017-11-28net: sched: cbq: create block for q->link.blockJiri Pirko1-1/+8
2017-11-28atm: suni: remove extraneous space to fix indentationColin Ian King1-1/+1
2017-11-28atm: lanai: use %p to format kernel addresses instead of %xColin Ian King1-4/+4
2017-11-28VSOCK: Don't set sk_state to TCP_CLOSE before testing itJorgen Hansen1-2/+2
2017-11-28atm: fore200e: use %pK to format kernel addresses instead of %xColin Ian King1-2/+2
2017-11-28ambassador: fix incorrect indentation of assignment statementColin Ian King1-1/+1
2017-11-28vxlan: use __be32 type for the param vni in __vxlan_fdb_deleteXin Long1-2/+2
2017-11-28bonding: use nla_get_u64 to extract the value for IFLA_BOND_AD_ACTOR_SYSTEMXin Long1-1/+1
2017-11-28sctp: use right member as the param of list_for_each_entryXin Long1-3/+3
2017-11-28sch_sfq: fix null pointer dereference at timer expirationPaolo Abeni1-0/+1
2017-11-28cls_bpf: don't decrement net's refcount when offload failsJakub Kicinski1-10/+13
2017-11-28Revert "ALSA: usb-audio: Fix potential zero-division at parsing FU"Takashi Iwai1-2/+2
2017-11-28Btrfs: incremental send, fix wrong unlink path after renaming fileFilipe Manana1-18/+106
2017-11-28net/packet: fix a race in packet_bind() and packet_notifier()Eric Dumazet1-0/+5
2017-11-28packet: fix crash in fanout_demux_rollover()Mike Maloney2-23/+10
2017-11-28sctp: remove extern from stream schedXin Long6-9/+41
2017-11-28sctp: force the params with right types for sctp csum apisXin Long1-6/+7
2017-11-28sctp: force SCTP_ERROR_INV_STRM with __u32 when calling sctp_chunk_failXin Long1-1/+1