summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* igmp: remove unnecessary in_device member zeroingShawn Bohrer2013-06-121-4/+0
* igmp: hash a hash table to speedup ip_check_mc_rcu()Eric Dumazet2013-06-124-3/+77
* net_sched: htb: do not setup default rate estimatorsEric Dumazet2013-06-121-6/+12
* net_sched: psched_ratecfg_precompute() improvementsEric Dumazet2013-06-112-26/+22
* net_sched: add 64bit rate estimatorsEric Dumazet2013-06-1113-30/+54
* net: pass correct parameter to skb_headers_offset_update()Peter Pan(潘卫平)2013-06-111-13/+2
* netlink: Add compare function for netlink_tableGao feng2013-06-113-8/+27
* xen-netfront: use skb_partial_csum_set() to simplify the codesLi RongQing2013-06-111-12/+8
* Merge branch 'bridge_flags'David S. Miller2013-06-118-18/+44
|\
| * bridge: Add a flag to control unicast packet flood.Vlad Yasevich2013-06-118-16/+32
| * bridge: Add flag to control mac learning.Vlad Yasevich2013-06-116-4/+14
|/
* net: remove last caller of skb_tail_offset() and itselfCong Wang2013-06-102-15/+1
* Merge branch 'll_poll'David S. Miller2013-06-1023-12/+556
|\
| * ixgbe: add extra stats for ndo_ll_pollEliezer Tamir2013-06-103-0/+60
| * ixgbe: add support for ndo_ll_pollEliezer Tamir2013-06-103-8/+177
| * tcp: add low latency socket poll support.Eliezer Tamir2013-06-103-0/+9
| * udp: add low latency socket poll supportEliezer Tamir2013-06-103-2/+14
| * net: add low latency socket pollEliezer Tamir2013-06-1012-2/+208
| * net: add napi_id and hashEliezer Tamir2013-06-102-0/+88
|/
* bcm63xx_enet: add support for Broadcom BCM63xx integrated gigabit switchMaxime Bizon2013-06-107-30/+1177
* bcm63xx_enet: split DMA channel register accessesMaxime Bizon2013-06-103-61/+105
* bcm63xx_enet: implement reset autoneg ethtool callbackMaxime Bizon2013-06-101-0/+15
* macvtap: enable multiqueue flagJason Wang2013-06-071-5/+2
* macvtap: add TUNSETQUEUE ioctlJason Wang2013-06-072-19/+120
* macvtap: eliminate linear searchJason Wang2013-06-071-44/+20
* macvlan: change the max number of queues to 16Jason Wang2013-06-071-1/+1
* macvtap: introduce macvtap_get_vlan()Jason Wang2013-06-071-7/+20
* macvlan: switch to use IS_ENABLED()Jason Wang2013-06-071-1/+1
* macvtap: do not add self to waitqueue if doing a nonblock readJason Wang2013-06-071-2/+5
* macvtap: fix a possible race between queue selection and changing queuesJason Wang2013-06-071-1/+1
* sh_eth: Fix warnings on 64-bit.David S. Miller2013-06-071-1/+1
* sh_eth: remove dependencies from KconfigSergei Shtylyov2013-06-071-6/+0
* sh_eth: get R8A777x support out of #ifdefSergei Shtylyov2013-06-073-11/+7
* sh_eth: get SH7724 support out of #ifdefSergei Shtylyov2013-06-074-10/+10
* sh_eth: get SH7757 support out of #ifdefSergei Shtylyov2013-06-072-24/+12
* sh_eth: get SH77{34|63} support out of #ifdefSergei Shtylyov2013-06-074-34/+39
* sh_eth: get R8A7740 support out of #ifdefSergei Shtylyov2013-06-073-11/+9
* sh_eth: get SH7619 support out of #ifdefSergei Shtylyov2013-06-072-5/+5
* sh_eth: get SH771x support out of #ifdefSergei Shtylyov2013-06-072-7/+8
* sh_eth: create initial ID tableSergei Shtylyov2013-06-071-0/+10
* doc:networking: Fix default value (icmp_ignore_bogus_error_responses).Rami Rosen2013-06-071-1/+1
* netlink: allow large data transfers from user-spacePablo Neira Ayuso2013-06-071-2/+35
* bonding: disallow change of MAC if fail_over_mac enabledJay Vosburgh2013-06-071-4/+3
* bonding: Convert hw addr handling to sync/unsync, support ucast addressesJay Vosburgh2013-06-072-126/+43
* fec: Only pass pdev in fec_ptp_init()Fabio Estevam2013-06-073-3/+4
* net: tcp: move GRO/GSO functions to tcp_offloadDaniel Borkmann2013-06-076-322/+341
* net: minor: tcp: use tcp_skb_mss helper in tcp_tso_segmentDaniel Borkmann2013-06-071-2/+2
* net: vlan: minor: remove unused HAVE_VLAN_PUT_TAGDaniel Borkmann2013-06-071-2/+0
* doc: packet: simplify tpacket example codeDaniel Borkmann2013-06-071-105/+28
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-0658-322/+519
|\
OpenPOWER on IntegriCloud