Age | Commit message (Expand) | Author | Files | Lines |
2013-09-06 | tcp: properly increase rcv_ssthresh for ofo packets | Eric Dumazet | 1 | -1/+4 |
2013-09-06 | net: add documentation for BQL helpers | Florian Fainelli | 1 | -0/+26 |
2013-09-06 | mlx5: remove unused MLX5_DEBUG param in Kconfig | Michael Opdenacker | 1 | -10/+0 |
2013-09-06 | bnx2x: Restore a call to config_init | Eilon Greenstein | 1 | -6/+3 |
2013-09-06 | bnx2x: fix broken compilation with CONFIG_BNX2X_SRIOV is not set | Dmitry Kravkov | 1 | -0/+2 |
2013-09-06 | tcp: fix no cwnd growth after timeout | Yuchung Cheng | 1 | -4/+2 |
2013-09-06 | net: netlink: filter particular protocols from analyzers | Daniel Borkmann | 1 | -0/+30 |
2013-09-05 | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 103 | -1343/+1590 |
2013-09-05 | net: stmmac: fix bad merge conflict resolution | Olof Johansson | 1 | -0/+1 |
2013-09-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide | Linus Torvalds | 7 | -11/+13 |
2013-09-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 13 | -35/+49 |
2013-09-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 974 | -23917/+56727 |
2013-09-05 | openvswitch: Fix alignment of struct sw_flow_key. | Jesse Gross | 2 | -1/+2 |
2013-09-05 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -8/+11 |
2013-09-05 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -5/+6 |
2013-09-05 | ide: sgiioc4: Staticize ioc4_ide_attach_one() | Jingoo Han | 1 | -1/+1 |
2013-09-05 | ide: palm_bk3710: add missing __iomem annotation | Jingoo Han | 1 | -2/+2 |
2013-09-05 | ide: use dev_get_platdata() | Jingoo Han | 3 | -4/+4 |
2013-09-05 | ide-disk_proc: use macro to replace magic number | Xinghai Yu | 1 | -2/+2 |
2013-09-05 | ide: replace strict_strtol() with kstrtol() | Jingoo Han | 1 | -2/+4 |
2013-09-05 | sparc64: Export flush_ptrace_access() (needed by lustre) | Geert Uytterhoeven | 1 | -0/+2 |
2013-09-05 | sparc: fix PCI device proc file mmap(2) | Alexey Dobriyan | 1 | -0/+16 |
2013-09-05 | sparc64: Remove RWSEM export leftovers | Kirill Tkhai | 1 | -9/+0 |
2013-09-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 143 | -684/+1483 |
2013-09-05 | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 216 | -2620/+18946 |
2013-09-05 | netfilter: Fix build errors with xt_socket.c | David S. Miller | 1 | -0/+1 |
2013-09-05 | tcp: Add missing braces to do_tcp_setsockopt | Dave Jones | 1 | -1/+2 |
2013-09-05 | caif: Add missing braces to multiline if in cfctrl_linkup_request | Dave Jones | 1 | -1/+2 |
2013-09-05 | bnx2x: Add missing braces in bnx2x:bnx2x_link_initialize | Dave Jones | 1 | -1/+2 |
2013-09-05 | vxlan: Fix kernel panic on device delete. | Pravin B Shelar | 1 | -1/+2 |
2013-09-05 | net: mvneta: implement ->ndo_do_ioctl() to support PHY ioctls | Thomas Petazzoni | 1 | -0/+16 |
2013-09-05 | net: mvneta: properly disable HW PHY polling and ensure adjust_link() works | Thomas Petazzoni | 1 | -1/+12 |
2013-09-05 | icplus: Use netif_running to determine device state | Jon Mason | 1 | -1/+1 |
2013-09-05 | ethernet/arc/arc_emac: Fix huge delays in large file copies | Vineet Gupta | 1 | -2/+2 |
2013-09-05 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 435 | -17151/+49887 |
2013-09-05 | Merge tag 'fbdev-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba... | Linus Torvalds | 19 | -285/+542 |
2013-09-05 | tuntap: orphan frags before trying to set tx timestamp | Jason Wang | 1 | -3/+5 |
2013-09-05 | tuntap: purge socket error queue on detach | Jason Wang | 1 | -3/+9 |
2013-09-05 | qlcnic: use standard NAPI weights | Michal Schmidt | 2 | -19/+12 |
2013-09-05 | ipv6:introduce function to find route for redirect | Duan Jiong | 6 | -11/+81 |
2013-09-05 | bnx2x: VF RSS support - VF side | Ariel Elior | 6 | -60/+145 |
2013-09-05 | bnx2x: VF RSS support - PF side | Ariel Elior | 10 | -144/+513 |
2013-09-05 | vxlan: Notify drivers for listening UDP port changes | Joseph Gasparakis | 3 | -1/+87 |
2013-09-05 | Merge tag 'fbdev-3.12-omap-legacy-removal' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 53 | -8870/+973 |
2013-09-05 | net: usbnet: update addr_assign_type if appropriate | Bjørn Mork | 1 | -0/+4 |
2013-09-05 | Merge branch 'enic' | David S. Miller | 5 | -19/+54 |
2013-09-05 | driver/net: enic: update enic maintainers and driver | govindarajulu.v | 2 | -2/+3 |
2013-09-05 | driver/net: enic: Exposing symbols for Cisco's low latency driver | govindarajulu.v | 2 | -0/+11 |
2013-09-05 | driver/net: enic: Try DMA 64 first, then failover to DMA | govindarajulu.v | 1 | -4/+4 |
2013-09-05 | driver/net: enic: record q_number and rss_hash for skb | govindarajulu.v | 1 | -0/+11 |