summaryrefslogtreecommitdiffstats
path: root/net (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-02percpu: move common parts out of pcpu_[de]populate_chunk()Tejun Heo3-40/+31
2014-09-02percpu: remove @may_alloc from pcpu_get_pages()Tejun Heo1-7/+8
2014-09-02percpu: remove the usage of separate populated bitmap in percpu-vmTejun Heo1-68/+25
2014-08-16percpu: free percpu allocation info for uniprocessor systemHonggang Li1-0/+2
2014-08-15percpu: perform tlb flush after pcpu_map_pages() failureTejun Heo1-0/+1
2014-08-15percpu: fix pcpu_alloc_pages() failure pathTejun Heo1-6/+15
2014-08-15netlink: Annotate RCU locking for seq_file walkerThomas Graf1-0/+2
2014-08-15rhashtable: fix annotations for rht_for_each_entry_rcu()Thomas Graf1-8/+4
2014-08-15rhashtable: unexport and make rht_obj() staticThomas Graf2-8/+1
2014-08-15rhashtable: RCU annotations for next pointersThomas Graf2-3/+3
2014-08-14tcp: fix ssthresh and undo for consecutive short FRTO episodesNeal Cardwell1-5/+3
2014-08-14tcp: don't allow syn packets without timestamps to pass tcp_tw_recycle logicHannes Frederic Sowa3-6/+11
2014-08-14tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell6-5/+8
2014-08-14sit: Fix ipip6_tunnel_lookup device matching criteriaShmulik Ladkani1-3/+3
2014-08-14net: ethernet: ibm: ehea: Remove duplicate object from MakefileAndreas Ruprecht1-1/+1
2014-08-14net: xgene: Check negative return value of xgene_enet_get_ring_size()Tobias Klauser1-2/+5
2014-08-14tcp: don't use timestamp from repaired skb-s to calculate RTT (v2)Andrey Vagin3-9/+14
2014-08-14net: xilinx: Remove .owner field for driverMichal Simek3-3/+0
2014-08-14Revert "macvlan: simplify the structure port"David S. Miller1-5/+7
2014-08-14timekeeping: Another fix to the VSYSCALL_OLD update_vsyscallJohn Stultz1-2/+3
2014-08-14mm: fix CROSS_MEMORY_ATTACH help text grammarGeert Uytterhoeven1-1/+1
2014-08-14drivers/mfd/rtsx_usb.c: export device tableJeff Mahoney1-0/+1
2014-08-14mm, hugetlb_cgroup: align hugetlb cgroup limit to hugepage sizeDavid Rientjes1-0/+1
2014-08-14iwlwifi: mvm: disable scheduled scan to prevent firmware crashEmmanuel Grumbach1-1/+2
2014-08-14IB/srp: Fix return value check in srp_init_module()Wei Yongjun1-2/+2
2014-08-14sparc: Hook up memfd_create system call.David S. Miller3-4/+5
2014-08-14sparc64: Properly claim resources as each PCI bus is probed.David S. Miller1-0/+32
2014-08-14sparc64: Skip bogus PCI bridge ranges.David S. Miller1-0/+11
2014-08-14sparc64: Expand PCI bridge probing debug logging.David S. Miller1-1/+23
2014-08-14xen-netback: remove loop waiting functionWei Liu1-29/+0
2014-08-14xen-netback: don't stop dealloc kthread too earlyWei Liu3-7/+42
2014-08-14xen-netback: move NAPI add/remove callsWei Liu1-4/+5
2014-08-14xen-netback: fix debugfs entry creationWei Liu1-4/+4
2014-08-14xen-netback: fix debugfs write length checkWei Liu1-3/+6
2014-08-14net-timestamp: fix missing tcp fragmentation casesWillem de Bruijn1-0/+17
2014-08-14net-timestamp: fix missing ACK timestampWillem de Bruijn1-5/+5
2014-08-14drivers/net/irda/donauboe.c: convert to module_pci_driverLibo Chen1-14/+1
2014-08-14irda: Fix rd_frame control field initialization in irlap_send_rd_frame()Maks Naumov1-1/+1
2014-08-14libcxgbi/cxgb4i : Fix ipv6 build failure caught with randconfigAnish Bhatt2-2/+2
2014-08-14tg3: fix return value in tg3_get_stats64Govindarajulu Varadarajan1-1/+2
2014-08-14sunvnet: Schedule maybe_tx_wakeup() as a tasklet from ldc_rx pathSowmini Varadhan2-2/+14
2014-08-14sunvnet: Do not spin in an infinite loop when vio_ldc_send() returns EAGAINSowmini Varadhan1-0/+16
2014-08-14sunvnet: Do not ask for an ACK for every dring transmitSowmini Varadhan1-1/+9
2014-08-14lec: Fix bug introduced by b67bfe0d42cac56c512dd5da4b1b347a23f4b70achas williams - CONTRACTOR1-4/+1
2014-08-14atm/svc: Fix blocking in wait loopchas williams - CONTRACTOR1-28/+32
2014-08-14myri10ge: check for DMA mapping errorsStanislaw Gruszka1-30/+58
2014-08-14openvswitch: Fix memory leak in ovs_vport_alloc() error pathChristoph Jaeger1-1/+3
2014-08-13powerpc/thp: Add tracepoints to track hugepage invalidateAneesh Kumar K.V3-0/+98
2014-08-13powerpc/mm: Use read barrier when creating real_pteAneesh Kumar K.V1-5/+25
2014-08-13powerpc/thp: Use ACCESS_ONCE when loading pmdpAneesh Kumar K.V1-1/+3