aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dcache.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-08selinux/nlmsg: add RTM_GETNSIDNicolas Dichtel1-0/+1
2015-04-08selinux/nlmsg: add RTM_NEWNSID and RTM_GETNSIDNicolas Dichtel1-0/+2
2015-04-08stmmac: Add an optional register interface clockAndrew Bresticker3-3/+20
2015-04-08vxlan: fix a shadow local variableWANG Cong1-1/+0
2015-04-08hv_netvsc: try linearizing big SKBs before dropping themVitaly Kuznetsov1-5/+20
2015-04-08hv_netvsc: use single existing drop path in netvsc_start_xmitVitaly Kuznetsov1-8/+6
2015-04-08sfc: Enable VF's via a write to the sysfs file sriov_numvfsShradha Shah9-1/+87
2015-04-08sfc: Own header for nic-specific sriov functions, single instance of netdev_ops and sriov removed from Falcon codeShradha Shah15-207/+368
2015-04-08e1000, e1000e: Use dma_rmb instead of rmb for descriptor read orderingAlexander Duyck2-7/+7
2015-04-08s2io: Update driver to use dma_wmbAlexander Duyck1-4/+4
2015-04-08sungem, sunhme, sunvnet: Update drivers to use dma_wmb/rmbAlexander Duyck3-18/+18
2015-04-08bonding: Remove unnecessary initializationMahesh Bandewar1-9/+0
2015-04-08bonding: Code re-factoring for admin, oper-key operationsMahesh Bandewar1-16/+13
2015-04-08ipv6: call iptunnel_xmit with NULL sock pointer if no tunnel sock is availableHannes Frederic Sowa1-1/+1
2015-04-08ipv4: ip_tunnel: use net namespace from rtable not socketHannes Frederic Sowa1-1/+2
2015-04-07net: remove extra newlinesSheng Yong5-14/+0
2015-04-07hv_netvsc: Fix the packet free when it is in skb headroomHaiyang Zhang3-3/+6
2015-04-07hv_netvsc: Define a macro RNDIS_AND_PPI_SIZEHaiyang Zhang2-12/+9
2015-04-07hv_netvsc: Clean up two unused variablesHaiyang Zhang3-4/+0
2015-04-07tcp: RFC7413 option support for Fast Open clientDaniel Lee6-15/+39
2015-04-07tcp: RFC7413 option support for Fast Open serverDaniel Lee5-23/+57
2015-04-07cxgb4: Move ethtool related code to a separate fileHariprasad Shenai5-1608/+1702
2015-04-07netdevice.h: remove iflink descriptionNicolas Dichtel1-2/+1
2015-04-07netns: allow to dump netns idsNicolas Dichtel1-1/+48
2015-04-07netns: notify netns id eventsNicolas Dichtel2-8/+48
2015-04-07netns: minor cleanup in rtnl_net_getid()Nicolas Dichtel1-1/+1
2015-04-07udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb().David Miller14-28/+48
2015-04-07netfilter: Pass socket pointer down through okfn().David Miller39-218/+277
2015-04-07netfilter: Add socket pointer to nf_hook_state.David Miller2-1/+10
2015-04-07netfilter: Add nf_hook_state initializer function.David Miller1-8/+18
2015-04-07cosa: fix error return codeJulia Lawall1-0/+1
2015-04-07wan: lmc: fix error return codeJulia Lawall1-0/+1
2015-04-06Linux 4.0-rc7Linus Torvalds1-1/+1
2015-04-06net/mlx4_core: Fix error message deprecation for ConnectX-2 cardsJack Morgenstein1-1/+2
2015-04-06net: dsa: fix filling routing table from OF descriptionPavel Nakonechny2-17/+10
2015-04-06l2tp: unregister l2tp_net_ops on failure pathWANG Cong1-0/+1
2015-04-06virtio: document queue state logicMichael S. Tsirkin1-5/+9
2015-04-06tc: bpf: add checksum helpersAlexei Starovoitov5-5/+220
2015-04-06mvneta: dont call mvneta_adjust_link() manuallyStas Sergeev1-6/+1
2015-04-06ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org7-19/+34
2015-04-05Input: alps - document stick behavior for protocol V2Hans de Goede1-0/+8
2015-04-05Input: alps - report V2 Dualpoint Stick events via the right evdev nodeHans de Goede1-1/+6
2015-04-05Input: alps - report interleaved bare PS/2 packets via dev3Hans de Goede1-14/+18
2015-04-04netfilter: Pass nf_hook_state through arpt_do_table().David S. Miller3-9/+7
2015-04-04netfilter: Pass nf_hook_state through nft_set_pktinfo*().David S. Miller11-30/+25
2015-04-04netfilter: Pass nf_hook_state through ip6t_do_table().David S. Miller7-22/+17
2015-04-04netfilter: Pass nf_hook_state through nf_nat_ipv6_{in,out,fn,local_fn}().David S. Miller4-52/+35
2015-04-04netfilter: Pass nf_hook_state through ipt_do_table().David S. Miller7-21/+17
2015-04-04netfilter: Pass nf_hook_state through nf_nat_ipv4_{in,out,fn,local_fn}().David S. Miller4-53/+36
2015-04-04netfilter: Make nf_hookfn use nf_hook_state.David S. Miller35-294/+169