- 2d31950 6lowpan: duplicate definition of IEEE802154_ALEN by alex.bluesman.smirnov@gmail.com · 13 years ago
- c2e94d7 6lowpan: move frame allocation code to a separate function by alex.bluesman.smirnov@gmail.com · 13 years ago
- 0700340 mISDN: Added support for fragmentation of E1 interfaces of hfcmulti driver. by Andreas Eversberg · 13 years ago
- 864fd63 mISDN: Rework of LED status display for HFC-4S/8S/E1 cards. by Andreas Eversberg · 13 years ago
- d2fb549 mISDN: Using FLG_ACTIVE flag to determine if layer 1 is active or not. by Andreas Eversberg · 13 years ago
- a4d729d mISDN: Fixed false interruption of audio during bridging change. by Andreas Eversberg · 13 years ago
- 25456e5 atl1c: refine start/enable code for MAC module by Huang, Xiong · 13 years ago
- 319d013 atl1c: add function atl1c_power_saving by Huang, Xiong · 13 years ago
- 52a12fc atl1c: remove PHY reset/init for link down event by Huang, Xiong · 13 years ago
- ce5b972 atl1c: update PHY reset related routine by Huang, Xiong · 13 years ago
- 7c6c44f atl1c: remove PHY polling from atl1c_open by Huang, Xiong · 13 years ago
- 7737fd9 atl1c: refine SERDES-clock related code by Huang, Xiong · 13 years ago
- ce3ba0c atl1c: remove PHY contrl in atl1c_reset_pcie by Huang, Xiong · 13 years ago
- 929a5e9 atl1c: refine phy-register read/write function by Huang, Xiong · 13 years ago
- 8f33ab9 atl1c: remove REG_PHY_STATUS by Huang, Xiong · 13 years ago
- c165541e be2net: Fix FW download for BE by Padmanabh Ratnakar · 13 years ago
- 652bf64 be2net: Fix wrong status getting returned for MCC commands by Padmanabh Ratnakar · 13 years ago
- d51ebd3 be2net: Fix Lancer statistics by Padmanabh Ratnakar · 13 years ago
- af311fe be2net: Fix traffic stall INTx mode by Padmanabh Ratnakar · 13 years ago
- a704739 be2net: Fix ethtool self test for Lancer by Padmanabh Ratnakar · 13 years ago
- 804c751 be2net: Fix FW download in Lancer by Padmanabh Ratnakar · 13 years ago
- 0fc16eb be2net: Fix VLAN/multicast packet reception by Padmanabh Ratnakar · 13 years ago
- 9cf6ace mISDN: DSP scheduling fix (version 2) by Karsten Keil · 13 years ago
- efef50a mISDN: Fix division by zero by Karsten Keil · 13 years ago
- 52a637c mISDN: Fixed hardware bridging/conference check routine of mISDN_dsp.ko. by Andreas Eversberg · 13 years ago
- 74fa9e5 mISDN: Fix NULL pointer bug in if-condition of mISDN_dsp by Andreas Eversberg · 13 years ago
- 8dcf01f net: sock_diag_handler structs can be const by Shan Wei · 13 years ago
- 808db80 ipv6: call consume_skb() in frag/reassembly by Eric Dumazet · 13 years ago
- 0815798 net: dcb: add CEE notify calls by John Fastabend · 13 years ago
- 872f24d tipc: remove inline instances from C source files. by Paul Gortmaker · 13 years ago
- bfb253c af_netlink: drop_monitor/dropwatch friendly by Eric Dumazet · 13 years ago
- 658cb35 af_netlink: cleanups by Eric Dumazet · 13 years ago
- 38ba0a6 net: skb_can_coalesce returns a boolean by Eric Dumazet · 13 years ago
- 783c175 tcp: tcp_try_coalesce returns a boolean by Eric Dumazet · 13 years ago
- d7ccf7c net: make spd_fill_page() linear argument a bool by Eric Dumazet · 13 years ago
- f240019 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
- a108d5f net: Use bool and remove inline in skb_splice_bits() code. by David S. Miller · 13 years ago
- 41c73a0 net: speedup skb_splice_bits() by Eric Dumazet · 13 years ago
- 4d634ca Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 13 years ago
- 1402d36 tcp: introduce tcp_try_coalesce by Eric Dumazet · 13 years ago
- e29ecd5 bnx2x: Update driver version to 1.72.50-0 by Barak Witkowski · 13 years ago
- 94b2f9b bnx2x: remove gro workaround by Dmitry Kravkov · 13 years ago
- a334872 bnx2x: add afex support by Barak Witkowski · 13 years ago
- 5b263f5 mlx4_en: Byte Queue Limit support by Yevgeny Petrilin · 13 years ago
- e22979d mlx4_en: Moving to Interrupts for TX completions by Yevgeny Petrilin · 13 years ago
- a19a848 mlx4_en: Added Ethtool support for TX Interrupt coalescing by Yevgeny Petrilin · 13 years ago
- da882c1 tcp: sk_add_backlog() is too agressive for TCP by Eric Dumazet · 13 years ago
- f545a38 net: add a limit parameter to sk_add_backlog() by Eric Dumazet · 13 years ago
- b989850 net ax25: Fix the build when sysctl support is disabled. by Eric W. Biederman · 13 years ago
- d2da626 Merge tag 'md-3.4-fixes' of git://neil.brown.name/md by Linus Torvalds · 13 years ago
- 721b024 Merge tag 'dlm-fixes-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 13 years ago
- aca50bd mm: fix s390 BUG by __set_page_dirty_no_writeback on swap by Hugh Dickins · 13 years ago
- 30b8aa9 md: fix possible corruption of array metadata on shutdown. by NeilBrown · 13 years ago
- ed20958 md: don't call ->add_disk unless there is good reason. by NeilBrown · 13 years ago
- a9ad852 DM RAID: Use safe version of rdev_for_each by Jonathan Brassow · 13 years ago
- 48c7495 net sysctl: Add place holder functions for when sysctl support is compiled out of the kernel. by Eric W. Biederman · 13 years ago
- 42f11cf be2net: fix ethtool get settings by Ajit Khaparde · 13 years ago
- 53ad1c9 dlm: fix QUECVT when convert queue is empty by David Teigland · 13 years ago
- ac807fa tcp: Fix build warning after tcp_{v4,v6}_init_sock consolidation. by David S. Miller · 13 years ago
- e895bd7 Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 13 years ago
- 205b9c9 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 13 years ago
- 7e29629 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
- 446f6d0 powerpc/mpic: Properly set default triggers by Benjamin Herrenschmidt · 13 years ago
- 3fca40c irq: Add IRQ_TYPE_DEFAULT for use by PIC drivers by Benjamin Herrenschmidt · 13 years ago
- 3a2b4f7 powerpc/mpic: Fix confusion between hw_irq and virq by Benjamin Herrenschmidt · 13 years ago
- 3027691 powerpc/pmac: Don't add_timer() twice by Benjamin Herrenschmidt · 13 years ago
- 2ef822c powerpc/eeh: Fix crash caused by null eeh_dev by Gavin Shan · 13 years ago
- aec49c7 Merge remote-tracking branch 'kumar/merge' into merge by Benjamin Herrenschmidt · 13 years ago
- d135c52 tcp: fix TCP_MAXSEG for established IPv6 passive sockets by Neal Cardwell · 13 years ago
- 66f75a5 Linux 3.4-rc4 by Linus Torvalds · 13 years ago
- cd754a5 gianfar: add GRO support by Wu Jiajun-B06378 · 13 years ago
- 163faf3 drivers/net: Do not free an IRQ if its request failed by Lee Jones · 13 years ago
- c06fff6 af_packet: packet_getsockopt() cleanup by Eric Dumazet · 13 years ago
- 900f65d tcp: move duplicate code from tcp_v4_init_sock()/tcp_v6_init_sock() by Neal Cardwell · 13 years ago
- e66e9a3 net: allow better page reuse in splice(sock -> pipe) by Eric Dumazet · 13 years ago
- e9a5ea1 sparc32,leon: add notify_cpu_starting() by Yong Zhang · 13 years ago
- bbe362b drop_monitor: allow more events per second by Eric Dumazet · 13 years ago
- acd6996 team: add per-port option for enabling/disabling ports by Jiri Pirko · 13 years ago
- 19a0b58 team: allow to enable/disable ports by Jiri Pirko · 13 years ago
- 4c78bb8 team: lb: let userspace care about port macs by Jiri Pirko · 13 years ago
- a74e910 net: change big iov allocations by Eric Dumazet · 13 years ago
- e8195b2 ks8851: Fix request_irq/free_irq mismatch by Matt Renzelmann · 13 years ago
- b139ba4 tcp: Repair connection-time negotiated parameters by Pavel Emelyanov · 13 years ago
- 5e6a3ce tcp: Report mss_clamp with TCP_MAXSEG option in repair mode by Pavel Emelyanov · 13 years ago
- c0e88ff tcp: Repair socket queues by Pavel Emelyanov · 13 years ago
- ee99528 tcp: Initial repair mode by Pavel Emelyanov · 13 years ago
- 370816a tcp: Move code around by Pavel Emelyanov · 13 years ago
- 4a17fd5 sock: Introduce named constants for sk_reuse by Pavel Emelyanov · 13 years ago
- 8f4f9d4 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
- 126a348 Merge tag 'mmc-fixes-for-3.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 13 years ago
- 8898159 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 13 years ago
- 9f24ff6 Merge tag 'mfd-for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 13 years ago
- 792df87 net/hyperv: Adding cancellation to ensure rndis filter is closed by Wenqi Ma · 13 years ago
- c5a9993 ks8851: Fix mutex deadlock in ks8851_net_stop() by Stephen Boyd · 13 years ago
- 59c55bd drivers/net: decouple ISA and ISA_DMA_API by Arnd Bergmann · 13 years ago
- 3a22d5d sungem: use mdelay instead of udelay where necessary by Arnd Bergmann · 13 years ago
- 32fd32a donauboe: replace excessive udelay with msleep by Arnd Bergmann · 13 years ago
- 31f3120 8390: select CRC32 support by Arnd Bergmann · 13 years ago
- ee29e61 drivers/net: iwmc3200 depends on EXPERIMENTAL by Arnd Bergmann · 13 years ago
- 6e4a762 caif: include linux/io.h by Arnd Bergmann · 13 years ago