Age | Commit message (Expand) | Author | Files | Lines |
2012-04-25 | net: sock_diag_handler structs can be const | Shan Wei | 4 | -11/+11 |
2012-04-25 | ipv6: call consume_skb() in frag/reassembly | Eric Dumazet | 2 | -3/+3 |
2012-04-25 | net: dcb: add CEE notify calls | John Fastabend | 1 | -0/+2 |
2012-04-24 | tipc: remove inline instances from C source files. | Paul Gortmaker | 2 | -3/+3 |
2012-04-24 | af_netlink: drop_monitor/dropwatch friendly | Eric Dumazet | 1 | -2/+10 |
2012-04-24 | af_netlink: cleanups | Eric Dumazet | 1 | -30/+31 |
2012-04-24 | net: skb_can_coalesce returns a boolean | Eric Dumazet | 2 | -4/+5 |
2012-04-23 | tcp: tcp_try_coalesce returns a boolean | Eric Dumazet | 1 | -9/+9 |
2012-04-23 | net: make spd_fill_page() linear argument a bool | Eric Dumazet | 1 | -4/+4 |
2012-04-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 449 | -2864/+4115 |
2012-04-23 | net: Use bool and remove inline in skb_splice_bits() code. | David S. Miller | 1 | -29/+29 |
2012-04-23 | net: speedup skb_splice_bits() | Eric Dumazet | 1 | -11/+19 |
2012-04-23 | Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar... | Linus Torvalds | 1 | -0/+4 |
2012-04-23 | tcp: introduce tcp_try_coalesce | Eric Dumazet | 1 | -17/+62 |
2012-04-23 | bnx2x: Update driver version to 1.72.50-0 | Barak Witkowski | 1 | -2/+2 |
2012-04-23 | bnx2x: remove gro workaround | Dmitry Kravkov | 4 | -25/+0 |
2012-04-23 | bnx2x: add afex support | Barak Witkowski | 14 | -57/+1081 |
2012-04-23 | mlx4_en: Byte Queue Limit support | Yevgeny Petrilin | 3 | -4/+17 |
2012-04-23 | mlx4_en: Moving to Interrupts for TX completions | Yevgeny Petrilin | 4 | -74/+9 |
2012-04-23 | mlx4_en: Added Ethtool support for TX Interrupt coalescing | Yevgeny Petrilin | 2 | -4/+21 |
2012-04-23 | tcp: sk_add_backlog() is too agressive for TCP | Eric Dumazet | 2 | -2/+4 |
2012-04-23 | net: add a limit parameter to sk_add_backlog() | Eric Dumazet | 10 | -19/+21 |
2012-04-23 | net ax25: Fix the build when sysctl support is disabled. | Eric W. Biederman | 1 | -2/+2 |
2012-04-23 | Merge tag 'md-3.4-fixes' of git://neil.brown.name/md | Linus Torvalds | 2 | -5/+6 |
2012-04-23 | Merge tag 'dlm-fixes-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/te... | Linus Torvalds | 1 | -0/+12 |
2012-04-23 | mm: fix s390 BUG by __set_page_dirty_no_writeback on swap | Hugh Dickins | 1 | -1/+1 |
2012-04-24 | md: fix possible corruption of array metadata on shutdown. | NeilBrown | 1 | -1/+2 |
2012-04-24 | md: don't call ->add_disk unless there is good reason. | NeilBrown | 1 | -2/+2 |
2012-04-24 | DM RAID: Use safe version of rdev_for_each | Jonathan Brassow | 1 | -2/+2 |
2012-04-23 | net sysctl: Add place holder functions for when sysctl support is compiled ou... | Eric W. Biederman | 1 | -3/+12 |
2012-04-23 | be2net: fix ethtool get settings | Ajit Khaparde | 5 | -102/+239 |
2012-04-23 | dlm: fix QUECVT when convert queue is empty | David Teigland | 1 | -0/+12 |
2012-04-23 | tcp: Fix build warning after tcp_{v4,v6}_init_sock consolidation. | David S. Miller | 2 | -4/+2 |
2012-04-22 | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 1 | -5/+1 |
2012-04-22 | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 14 | -72/+122 |
2012-04-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 62 | -238/+407 |
2012-04-23 | powerpc/mpic: Properly set default triggers | Benjamin Herrenschmidt | 2 | -30/+30 |
2012-04-23 | irq: Add IRQ_TYPE_DEFAULT for use by PIC drivers | Benjamin Herrenschmidt | 1 | -0/+7 |
2012-04-23 | powerpc/mpic: Fix confusion between hw_irq and virq | Benjamin Herrenschmidt | 1 | -8/+4 |
2012-04-23 | powerpc/pmac: Don't add_timer() twice | Benjamin Herrenschmidt | 1 | -0/+9 |
2012-04-23 | powerpc/eeh: Fix crash caused by null eeh_dev | Gavin Shan | 1 | -1/+1 |
2012-04-23 | Merge remote-tracking branch 'kumar/merge' into merge | Benjamin Herrenschmidt | 9 | -33/+71 |
2012-04-22 | tcp: fix TCP_MAXSEG for established IPv6 passive sockets | Neal Cardwell | 1 | -0/+4 |
2012-04-21 | Linux 3.4-rc4v3.4-rc4 | Linus Torvalds | 1 | -1/+1 |
2012-04-21 | gianfar: add GRO support | Wu Jiajun-B06378 | 1 | -6/+7 |
2012-04-21 | drivers/net: Do not free an IRQ if its request failed | Lee Jones | 1 | -2/+1 |
2012-04-21 | af_packet: packet_getsockopt() cleanup | Eric Dumazet | 1 | -38/+8 |
2012-04-21 | tcp: move duplicate code from tcp_v4_init_sock()/tcp_v6_init_sock() | Neal Cardwell | 4 | -99/+68 |
2012-04-21 | net: allow better page reuse in splice(sock -> pipe) | Eric Dumazet | 1 | -0/+3 |
2012-04-21 | sparc32,leon: add notify_cpu_starting() | Yong Zhang | 1 | -0/+3 |