aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-31tcp: make tcp_clear_md5_list staticstephen hemminger1-1/+1
2012-10-31net: compute skb->rxhash if nic hash may be 3-tupleWillem de Bruijn1-1/+1
2012-10-31dlink: dl2k: use the module_pci_driver macroDevendra Naga1-15/+1
2012-10-31realtek: r8169: use module_pci_driver macroDevendra Naga1-12/+1
2012-10-31qla3xxx: remove unused variable in ql_process_mac_tx_intr()Wei Yongjun1-3/+0
2012-10-31qla3xxx: use module_pci_driver to simplify the codeWei Yongjun1-12/+1
2012-10-31smsc95xx: add wol support for more frame typesSteve Glendinning3-6/+128
2012-10-31net/ipv4/ipconfig: add device address to a KERN_INFO messageClaudio Fontana1-2/+4
2012-10-31ixgbe: add setlink, getlink support to ixgbe and ixgbevfJohn Fastabend5-3/+122
2012-10-31net: set and query VEB/VEPA bridge mode via PF_BRIDGEJohn Fastabend4-7/+102
2012-10-31net: create generic bridge opsJohn Fastabend5-60/+108
2012-10-29batman-adv: add kernel-doc for enum batadv_dbg_levelAntonio Quartulli1-4/+11
2012-10-29batman-adv: pass the WIFI flag from the local to global entryAntonio Quartulli2-9/+28
2012-10-29batman-adv: properly convert flag into a boolean valueAntonio Quartulli1-1/+1
2012-10-29batman-adv: check for more space before accessing the skbAntonio Quartulli1-2/+6
2012-10-29batman-adv: print packets re-routing on DBG_TT and ratelimit itAntonio Quartulli1-4/+4
2012-10-29batman-adv: properly store the roaming timeAntonio Quartulli1-0/+6
2012-10-29batman-adv: don't allow ECTP traffic on batman-advSimon Wunderlich1-2/+10
2012-10-29batman-adv: Only increase refcounter once for alternate routerSven Eckelmann1-15/+8
2012-10-29batman-adv: Check return value of try_module_getSven Eckelmann4-18/+12
2012-10-29batman-adv: Remove extra check in batadv_bit_get_packetSven Eckelmann1-13/+10
2012-10-29batman-adv: Set special lockdep classes to avoid lockdep warningSven Eckelmann1-0/+44
2012-10-29batman-adv: return proper value in case of hash_add failureAntonio Quartulli1-1/+1
2012-10-29batman-adv: consolidate duplicated primary_if checking codeMarek Lindner6-91/+57
2012-10-29batman-adv: Remove unused define BAT_ATTR_HIF_UINTSven Eckelmann1-49/+0
2012-10-29batman-adv: split hard_iface struct for each routing protocolMarek Lindner3-24/+39
2012-10-29batman-adv: use check_unicast_packet() in recv_roam_adv()Antonio Quartulli1-14/+1
2012-10-28net: sierra: shut up sparse restricted type warningsBjørn Mork1-2/+2
2012-10-28net: cdc_ncm: error path lock fixBjørn Mork1-0/+2
2012-10-28net: cdc_ncm: big endian fixBjørn Mork1-1/+1
2012-10-28rtnl/ipv4: add support of RTM_GETNETCONFNicolas Dichtel1-2/+73
2012-10-28rtnl/ipv4: use netconf msg to advertise forwarding statusNicolas Dichtel2-4/+91
2012-10-28rtnl/ipv6: add support of RTM_GETNETCONFNicolas Dichtel1-2/+73
2012-10-28rtnl/ipv6: use netconf msg to advertise forwarding statusNicolas Dichtel2-0/+79
2012-10-28rtnl: add a new type of msg to advertise protocol configurationNicolas Dichtel2-0/+27
2012-10-26net: Update args to dummy sock_update_classid().David S. Miller1-1/+1
2012-10-26l2tp: session is an array not a pointerAlan Cox1-1/+1
2012-10-26isdn: remove dead codeAlan Cox1-4/+1
2012-10-26cgroup: net_cls: Rework update socket logicDaniel Wagner3-11/+24
2012-10-26cgroup: net_cls: Pass in task to sock_update_classid()Daniel Wagner4-9/+9
2012-10-26cgroup: net_cls: Remove rcu_read_lock/unlockDaniel Wagner1-2/+0
2012-10-26cgroup: net_cls: Fix local variable type declerationDaniel Wagner1-1/+1
2012-10-26cgroup: net_prio: Mark local used function staticDaniel Wagner1-1/+1
2012-10-26usbnet: smsc95xx: apply introduced usb command APIsMing Lei1-88/+27
2012-10-26usbnet: smsc75xx: apply introduced usb command APIsMing Lei1-25/+14
2012-10-26usbnet: sierra_net: apply introduced usb command APIsMing Lei1-28/+17
2012-10-26usbnet: plusb: apply introduced usb command APIsMing Lei1-7/+4
2012-10-26usbnet: net1080: apply introduced usb command APIsMing Lei1-80/+30
2012-10-26usbnet: mcs7830: apply introduced usb command APIsMing Lei1-79/+6
2012-10-26usbnet: int51x1: apply introduced usb command APIsMing Lei1-49/+3