aboutsummaryrefslogtreecommitdiffstats
path: root/net/8021q/vlan.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-10net/8021q: Implement Multiple VLAN Registration Protocol (MVRP)David Ward1-5/+22
2013-02-10net/802: Implement Multiple Registration Protocol (MRP)David Ward5-0/+1044
2013-02-10VSOCK: Introduce VM SocketsAndy King16-1/+6038
2013-02-08cxgb4vf: Fix extraction of cpl_rx_pkt from the response queue descriptorVipul Pandya1-1/+1
2013-02-08net: sctp: sctp_auth_make_key_vector: use sctp_auth_create_keyDaniel Borkmann1-5/+3
2013-02-08macvlan: add a salt to mc_hash()Eric Dumazet1-4/+13
2013-02-08macvlan: broadcast addr should be part of mc_filterEric Dumazet1-0/+3
2013-02-08ipv6: fix a RCU warning in net/ipv6/ip6_flowlabel.cAmerigo Wang1-4/+4
2013-02-08drivers: net: Remove remaining alloc/OOM messagesJoe Perches20-150/+66
2013-02-08bgmac: fix "cmdcfg" calls for promisc and loopback modesRafał Miłecki1-4/+4
2013-02-08bgmac: validate (and random if needed) MAC addrRafał Miłecki1-0/+6
2013-02-08skbuff: Move definition of NETDEV_FRAG_PAGE_MAX_SIZEAlexander Duyck2-4/+4
2013-02-09Linux 3.8-rc7Linus Torvalds1-1/+1
2013-02-08net: sctp: sctp_endpoint_free: zero out secret key dataDaniel Borkmann1-0/+5
2013-02-08net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfreeDaniel Borkmann1-1/+1
2013-02-08atm/iphase: rename fregt_t -> ffreg_tHeiko Carstens1-73/+73
2013-02-08ARM: 7641/1: memory: fix broken mmap by ensuring TASK_UNMAPPED_BASE is alignedWill Deacon1-1/+1
2013-02-08ARM: DMA mapping: fix bad atomic testRussell King1-1/+1
2013-02-08ARM: realview: ensure that we have sufficient IRQs availableRussell King1-1/+1
2013-02-08ARM: GIC: fix GIC cpumask initializationRussell King1-2/+23
2013-02-08net: usb: fix regression from FLAG_NOARP codeLucas Stach1-1/+1
2013-02-08l2tp: dont play with skb->truesizeEric Dumazet2-12/+0
2013-02-07tg3: add support for Ethernet core in bcm4785Hauke Mehrtens3-6/+117
2013-02-07tg3: make it possible to provide phy_id in ioctlHauke Mehrtens1-6/+20
2013-02-07ssb: get mac address from sprom struct for gige driverHauke Mehrtens1-12/+11
2013-02-07net: sctp: sctp_auth_make_key_vector: remove duplicate ntohs callsDaniel Borkmann1-9/+12
2013-02-07net: sctp: sctp_auth_key_put: use kzfree instead of kfreeDaniel Borkmann1-1/+1
2013-02-07net: fec: fix spin_lock dead lockFrank Li1-1/+3
2013-02-07net: fec: correct fix method about miss init spinlockFrank Li1-4/+3
2013-02-07mlx4_en: Fix BQL reset TX queue call pointTom Herbert2-3/+2
2013-02-07netback: correct netbk_tx_err to handle wrap around.Ian Campbell1-1/+1
2013-02-07xen/netback: free already allocated memory on failure in xen_netbk_get_requestsIan Campbell1-1/+12
2013-02-07xen/netback: don't leak pages on failure in xen_netbk_tx_check_gop.Matthew Daley1-25/+13
2013-02-07xen/netback: shutdown the ring if it contains garbage.Ian Campbell3-26/+62
2013-02-07net/mlx4_en: Implement ndo fdb functionalityYan Burman1-0/+75
2013-02-07net/mlx4_en: Add unicast MAC filteringYan Burman2-2/+130
2013-02-07net/mlx4_en: Manage hash of MAC addresses per portYan Burman3-38/+79
2013-02-07net/mlx4_en: Save previous MAC address of the port so we can replace it laterYan Burman1-2/+2
2013-02-07net/mlx4_en: Re-arrange ndo_set_rx_mode related codeYan Burman2-128/+145
2013-02-07net/mlx4: Move Ethernet related functionality from mlx4_core to mlx4_enYan Burman6-208/+224
2013-02-07net/mlx4_en: Cleanup multiline stringsYan Burman1-15/+10
2013-02-07net/mlx4_en: Optimize Rx fast path filter checksYan Burman4-30/+35
2013-02-07net/mlx4_en: Optimize loopback related checks in data pathYan Burman6-21/+65
2013-02-08drm/ttm: fix fence locking in ttm_buffer_object_transfer, 2nd tryDaniel Vetter1-5/+8
2013-02-07virtio_console: Don't access uninitialized data.Sjur Brændeland1-1/+2
2013-02-06net: qmi_wwan: add more Huawei devices, including E320Bjørn Mork1-0/+12
2013-02-06net: cdc_ncm: add another Huawei vendor specific deviceBjørn Mork1-0/+3
2013-02-06bgmac: add ndo_set_rx_mode netdev opsHauke Mehrtens1-4/+12
2013-02-06bgmac: add generic ndo_validate_addr netdev opsHauke Mehrtens1-0/+1
2013-02-06bgmac: write mac address to hardware in ndo_set_mac_addressHauke Mehrtens1-8/+25