summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2013-02-10net/802: Implement Multiple Registration Protocol (MRP)David Ward
2013-02-10VSOCK: Introduce VM SocketsAndy King
2013-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-02-08skbuff: Move definition of NETDEV_FRAG_PAGE_MAX_SIZEAlexander Duyck
2013-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-02-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-02-08net: usb: fix regression from FLAG_NOARP codeLucas Stach
2013-02-07tg3: add support for Ethernet core in bcm4785Hauke Mehrtens
2013-02-07ssb: get mac address from sprom struct for gige driverHauke Mehrtens
2013-02-07Merge branch 'mlx4'David S. Miller
2013-02-07net/mlx4: Move Ethernet related functionality from mlx4_core to mlx4_enYan Burman
2013-02-07Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-02-06macvlan: add multicast filterEric Dumazet
2013-02-06net: adjust skb_gso_segment() for calling in rx pathCong Wang
2013-02-06team: allow userspace to take control over carrierFlavio Leitner
2013-02-06drivers: net:ethernet: cpsw: add support for VLANMugunthan V N
2013-02-06netpoll: protect napi_poll and poll_controller during dev_[open|close]Neil Horman
2013-02-06Merge tag 'usb-3.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2013-02-05tcp: remove Appropriate Byte Count supportStephen Hemminger
2013-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-02-05memcg: fix typo in kmemcg cache walk macroGlauber Costa
2013-02-05mm: fix wrong comments about anon_vma lockYuanhan Liu
2013-02-02Merge branch 'delete-wanrouter' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller
2013-02-01bcma: cc: fix (and rename) define of NAND flash typeRafał Miłecki
2013-02-01Bluetooth: Keep track of UUID type upon additionJohan Hedberg
2013-01-31wanrouter: delete now orphaned header content, files/driversPaul Gortmaker
2013-01-31ipv6: rename datagram_send_ctl and datagram_recv_ctlTom Parkin
2013-01-31net/mlx4_en: Don't reassign port mac address on firmware that supports itMatan Barak
2013-01-31Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-01-30ipv6 flowlabel: Convert np->ipv6_fl_list to RCU.YOSHIFUJI Hideaki / 吉藤英明
2013-01-30ipv6 flowlabel: Convert hash list to RCU.YOSHIFUJI Hideaki / 吉藤英明
2013-01-30net: usbnet: prevent buggy devices from killing usBjørn Mork
2013-01-30bcma: add gpio_to_irqHauke Mehrtens
2013-01-30ssb: add gpio_to_irqHauke Mehrtens
2013-01-30efi: Make 'efi_enabled' a function to query EFI facilitiesMatt Fleming
2013-01-30Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2013-01-30Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville
2013-01-29xfrm: Convert xfrm_addr_cmp() to boolean xfrm_addr_equal().YOSHIFUJI Hideaki / 吉藤英明
2013-01-29xfrm: Use ipv6_addr_equal() where appropriate.YOSHIFUJI Hideaki / 吉藤英明
2013-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-01-29ipv4: introduce address lifetimeJiri Pirko
2013-01-29net: frag, move LRU list maintenance outside of rwlockJesper Dangaard Brouer
2013-01-29net: use lib/percpu_counter API for fragmentation mem accountingJesper Dangaard Brouer
2013-01-29net: frag helper functions for mem limit trackingJesper Dangaard Brouer
2013-01-29net: cacheline adjust struct inet_frag_queueJesper Dangaard Brouer
2013-01-29net: cacheline adjust struct inet_frags for better frag performanceJesper Dangaard Brouer
2013-01-29net: cacheline adjust struct netns_frags for better frag performanceJesper Dangaard Brouer
2013-01-28net neigh: Optimize neighbor entry size calculation.YOSHIFUJI Hideaki / 吉藤英明
2013-01-28drivers/net/phy/micrel_phy: Add support for new PHYsDavid J. Choi
2013-01-28netpoll: add RCU annotation to npinfo fieldCong Wang