aboutsummaryrefslogtreecommitdiffstats
path: root/firmware (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-30team: implement carrier changeFlavio Leitner1-0/+10
2012-12-30bridge: respect RFC2863 operational statestephen hemminger4-6/+9
2012-12-30net: filter: return -EINVAL if BPF_S_ANC* operation is not supportedDaniel Borkmann1-0/+7
2012-12-28skbuff: make __kmalloc_reserve staticstephen hemminger1-2/+3
2012-12-28tcp: make proc_tcp_fastopen_key staticstephen hemminger1-2/+2
2012-12-28sctp: make sctp_addr_wq_timeout_handler staticstephen hemminger1-1/+1
2012-12-28net: use per task frag allocator in skb_append_datato_fragsEric Dumazet1-27/+16
2012-12-28dummy: implement carrier changeJiri Pirko1-0/+10
2012-12-28rtnl: expose carrier value with possibility to set itJiri Pirko3-0/+15
2012-12-28net: allow to change carrier via sysfsJiri Pirko1-1/+14
2012-12-28net: add change_carrier netdev opJiri Pirko2-0/+31
2012-12-27bnx2x: use ARRAY_SIZE where possibleSasha Levin1-7/+7
2012-12-26ipv6/ip6_gre: set transport header correctlyIsaku Yamahata1-2/+1
2012-12-26ipv4/ip_gre: set transport header correctly to gre headerIsaku Yamahata1-1/+1
2012-12-26IB/rds: suppress incompatible protocol when version is knownMarciniszyn, Mike1-6/+5
2012-12-26IB/rds: Correct ib_api use with gs_dma_address/sg_dma_lenMarciniszyn, Mike1-3/+6
2012-12-26net/vxlan: Use the underlying device index when joining/leaving multicast groupsYan Burman1-2/+4
2012-12-26tcp: should drop incoming frames without ACK flag setEric Dumazet1-4/+10
2012-12-26mm: Fix PageHead when !CONFIG_PAGEFLAGS_EXTENDEDChristoffer Dall1-1/+7
2012-12-26netprio_cgroup: define sk_cgrp_prioidx only if NETPRIO_CGROUP is enabledLi Zefan1-1/+1
2012-12-26cpts: fix a run time warn_on.Richard Cochran1-1/+1
2012-12-26cpts: fix build error by removing useless code.Richard Cochran2-2/+0
2012-12-26batman-adv: fix random jitter calculationAkinobu Mita1-1/+1
2012-12-25f2fs: Don't assign e_id in f2fs_acl_from_diskEric W. Biederman1-1/+0
2012-12-25proc: Allow proc_free_inum to be called from any contextEric W. Biederman1-6/+7
2012-12-25pidns: Stop pid allocation when init diesEric W. Biederman4-4/+20
2012-12-24pidns: Outlaw thread creation after unshare(CLONE_NEWPID)Eric W. Biederman1-0/+8
2012-12-24arp: fix a regression in arp_solicit()Cong Wang1-3/+3
2012-12-23mm: modify pgdat_balanced() so that it also handles order-0Zlatko Calusic1-60/+45
2012-12-23Partly revert "[media] uvcvideo: Set error_idx properly for extended controls API failures"Rafael J. Wysocki2-18/+13
2012-12-22i2c: remove __dev* attributes from subsystemBill Pemberton54-247/+241
2012-12-22hwmon: (emc6w201) Fix DIV_ROUND_CLOSEST problem with unsigned divisorsGuenter Roeck1-1/+1
2012-12-22net: sched: integer overflow fixStefan Hasko1-1/+1
2012-12-22CONFIG_HOTPLUG removal from networking coreGreg KH3-15/+0
2012-12-22Drivers: network: more __dev* removalGreg KH3-14/+13
2012-12-21hwmon: (lm73} Detect and report i2c bus errorsChris Verges1-5/+11
2012-12-21Linux 3.8-rc1Linus Torvalds1-2/+2
2012-12-21Revert "nfsd: warn on odd reply state in nfsd_vfs_read"J. Bruce Fields1-1/+0
2012-12-21ARM: dts: fix duplicated build target and alphabetical sort out for exynosKukjin Kim1-3/+2
2012-12-21bridge: call br_netpoll_disable in br_add_ifGao feng1-3/+5
2012-12-21ipv4: arp: fix a lockdep splat in arp_solicit()Eric Dumazet1-5/+3
2012-12-21tuntap: dont use a private kmem_cacheEric Dumazet1-21/+3
2012-12-21net: devnet_rename_seq should be a seqcountEric Dumazet3-12/+12
2012-12-21ip_gre: fix possible use after freeEric Dumazet1-1/+5
2012-12-21ip_gre: make ipgre_tunnel_xmit() not parse network header as IP unconditionallyIsaku Yamahata1-1/+4
2012-12-21solos-pci: double lock in geos_gpio_store()Dan Carpenter1-1/+1
2012-12-21dm stripe: add WRITE SAME supportMike Snitzer1-4/+6
2012-12-21dm: remove map_infoMikulas Patocka14-54/+31
2012-12-21dm snapshot: do not use map_contextMikulas Patocka1-13/+23
2012-12-21dm thin: dont use map_contextMikulas Patocka1-36/+13