summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-06-11udp: add low latency socket poll supportEliezer Tamir3-2/+14
2013-06-11net: add low latency socket pollEliezer Tamir12-2/+208
2013-06-11net: add napi_id and hashEliezer Tamir2-0/+88
2013-06-11bcm63xx_enet: add support for Broadcom BCM63xx integrated gigabit switchMaxime Bizon7-30/+1177
2013-06-11bcm63xx_enet: split DMA channel register accessesMaxime Bizon3-61/+105
2013-06-11bcm63xx_enet: implement reset autoneg ethtool callbackMaxime Bizon1-0/+15
2013-06-10rt2x00: rt2x00queue: initialize data_queue fields earlierGabor Juhos1-6/+38
2013-06-10rtlwifi: initialize local array and set value.Yunlian Jiang1-1/+1
2013-06-10Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville20-66/+371
2013-06-10cw1200: handle allocation failure in wsm_event_indication()Dan Carpenter1-0/+2
2013-06-10cw1200: read beyond end of array in debug codeDan Carpenter1-3/+2
2013-06-10cw1200: Sanity-check arguments in copy_from_user()Solomon Peachy1-4/+14
2013-06-10cw1200: hwio: Remove an unnecessary gotoJoe Perches1-1/+0
2013-06-08macvtap: enable multiqueue flagJason Wang1-5/+2
2013-06-08macvtap: add TUNSETQUEUE ioctlJason Wang2-19/+120
2013-06-08macvtap: eliminate linear searchJason Wang1-44/+20
2013-06-08macvlan: change the max number of queues to 16Jason Wang1-1/+1
2013-06-08macvtap: introduce macvtap_get_vlan()Jason Wang1-7/+20
2013-06-08macvlan: switch to use IS_ENABLED()Jason Wang1-1/+1
2013-06-08macvtap: do not add self to waitqueue if doing a nonblock readJason Wang1-2/+5
2013-06-08macvtap: fix a possible race between queue selection and changing queuesJason Wang1-1/+1
2013-06-08sh_eth: Fix warnings on 64-bit.David S. Miller1-1/+1
2013-06-08sh_eth: remove dependencies from KconfigSergei Shtylyov1-6/+0
2013-06-08sh_eth: get R8A777x support out of #ifdefSergei Shtylyov3-11/+7
2013-06-08sh_eth: get SH7724 support out of #ifdefSergei Shtylyov4-10/+10
2013-06-08sh_eth: get SH7757 support out of #ifdefSergei Shtylyov2-24/+12
2013-06-08sh_eth: get SH77{34|63} support out of #ifdefSergei Shtylyov4-34/+39
2013-06-08sh_eth: get R8A7740 support out of #ifdefSergei Shtylyov3-11/+9
2013-06-08sh_eth: get SH7619 support out of #ifdefSergei Shtylyov2-5/+5
2013-06-08sh_eth: get SH771x support out of #ifdefSergei Shtylyov2-7/+8
2013-06-08sh_eth: create initial ID tableSergei Shtylyov1-0/+10
2013-06-08doc:networking: Fix default value (icmp_ignore_bogus_error_responses).Rami Rosen1-1/+1
2013-06-08netlink: allow large data transfers from user-spacePablo Neira Ayuso1-2/+35
2013-06-08bonding: disallow change of MAC if fail_over_mac enabledJay Vosburgh1-4/+3
2013-06-08bonding: Convert hw addr handling to sync/unsync, support ucast addressesJay Vosburgh2-126/+43
2013-06-08fec: Only pass pdev in fec_ptp_init()Fabio Estevam3-3/+4
2013-06-08net: tcp: move GRO/GSO functions to tcp_offloadDaniel Borkmann6-322/+341
2013-06-08net: minor: tcp: use tcp_skb_mss helper in tcp_tso_segmentDaniel Borkmann1-2/+2
2013-06-08net: vlan: minor: remove unused HAVE_VLAN_PUT_TAGDaniel Borkmann1-2/+0
2013-06-08doc: packet: simplify tpacket example codeDaniel Borkmann1-105/+28
2013-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller58-322/+519
2013-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-41/+47
2013-06-07Merge tag 'staging-3.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-15/+21
2013-06-07Merge tag 'tty-3.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds3-7/+22
2013-06-07Merge tag 'usb-3.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds24-106/+187
2013-06-07Merge tag 'pci-v3.10-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+4
2013-06-07net/macb: change RX path for GEMNicolas Ferre2-49/+272
2013-06-07net/macb: increase RX buffer size for GEMNicolas Ferre2-8/+38
2013-06-07Merge tag 'for-linus-v3.10-rc5' of git://oss.sgi.com/xfs/xfsLinus Torvalds10-59/+198
2013-06-07sh_eth: enclose PM code into #ifdef CONFIG_PMNobuhiro Iwamatsu1-2/+7