aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/parport (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller29-58/+58
2011-12-04tcp: tcp_sendmsg() page recyclingEric Dumazet1-1/+6
2011-12-04tcp: take care of misalignmentsEric Dumazet3-8/+24
2011-12-04sfc: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer3-4/+4
2011-12-04ll_temac: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer1-1/+1
2011-12-04enic: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer1-1/+1
2011-12-04bnx2x: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer2-3/+3
2011-12-04tcp: drop SYN+FIN messagesEric Dumazet1-0/+2
2011-12-03ipv6: Kill ndisc_get_neigh() inline helper.David S. Miller2-12/+4
2011-12-03ipv6: Various cleanups in route.cDavid S. Miller1-47/+48
2011-12-03ipv6: Various cleanups in ip6_route.cDavid S. Miller1-59/+56
2011-12-03net: Add Open vSwitch kernel components.Jesse Gross20-0/+5874
2011-12-03ipv6: Add fragment reporting to ipv6_skip_exthdr().Jesse Gross17-19/+45
2011-12-03vlan: Move vlan_set_encap_proto() to vlan header filePravin B Shelar2-33/+34
2011-12-03genetlink: Add rcu_dereference_genl and genl_dereference.Jesse Gross1-0/+21
2011-12-03genetlink: Add lockdep_genl_is_held().Pravin B Shelar2-0/+11
2011-12-03genetlink: Add genl_notify()Pravin B Shelar2-0/+15
2011-12-02atm: clip: Remove code commented out since eternity.David S. Miller1-9/+0
2011-12-02forcedeath: Fix bql support for forcedeathIgor Maravic1-2/+3
2011-12-02niu: Fix typo in comment.David S. Miller1-1/+1
2011-12-01netfilter: Remove ADVANCED dependency from NF_CONNTRACK_NETBIOS_NSDavid S. Miller1-1/+0
2011-12-01niu: Add support for byte queue limits.David S. Miller1-1/+11
2011-12-01niu: Remove redundant PHY ID test.David S. Miller1-2/+4
2011-12-01ipv4: flush route cache after change accept_localPeter Pan(潘卫平)1-0/+5
2011-12-01sch_red: fix red_changeEric Dumazet1-2/+2
2011-12-01Linux 3.2-rc4Linus Torvalds1-1/+1
2011-12-01ocfs2: avoid unaligned access to dqc_bitmapAkinobu Mita2-5/+52
2011-12-01dccp: Fix compile warning in probe code.David S. Miller1-2/+12
2011-12-01net: Make ndo_neigh_destroy return void.David S. Miller1-1/+1
2011-12-01Revert "udp: remove redundant variable"David S. Miller2-14/+16
2011-12-01bridge: master device stuck in no-carrier state forever when in user-stp modeVitalii Demianets2-15/+20
2011-12-01ipv4: Perform peer validation on cached route lookup.David S. Miller1-7/+19
2011-12-01ipv4: use a 64bit load/store in output pathEric Dumazet2-5/+21
2011-12-01dccp: Evaluate ip_hdr() only once in dccp_v4_route_skb().David S. Miller1-2/+3
2011-12-01powerpc: tqm8548/tqm8xx: add and update CAN device nodesWolfgang Grandegger3-10/+53
2011-12-01can: cc770: add platform bus driver for the CC770 and AN82527Wolfgang Grandegger4-0/+333
2011-12-01can: cc770: add legacy ISA bus driver for the CC770 and AN82527Wolfgang Grandegger3-0/+379
2011-12-01can: cc770: add driver core for the Bosch CC770 and Intel AN82527Wolfgang Grandegger7-0/+1130
2011-12-01icplus: mdio_write(), remove unnecessary for loopPatrick Kelle1-10/+3
2011-12-01net: net_device flags is an unsigned intEric Dumazet1-7/+7
2011-12-01dsa: Include linux/if_ether.h to fix build errorAxel Lin1-0/+1
2011-12-01netem: fix build error on 32bit archesEric Dumazet1-1/+4
2011-12-01Btrfs: fix meta data raid-repair merge problemJan Schmidt1-7/+20
2011-11-30net/core: fix rollback handler in register_netdevice_notifierRongQing.Li1-1/+2
2011-11-30caif: Remove unused attributes from struct cflayersjur.brandeland@stericsson.com1-4/+0
2011-11-30caif: Remove unused enum and parameter in cfserlsjur.brandeland@stericsson.com4-19/+4
2011-11-30caif: Restructure how link caif link layer enrollsjur.brandeland@stericsson.com4-90/+132
2011-11-30caif: Allow cfpkt_extr_head to process empty messagesjur.brandeland@stericsson.com1-1/+2
2011-11-30sch_red: fix red_calc_qavg_from_idle_timeEric Dumazet1-9/+6
2011-11-30netem: rate extensionHagen Paul Pfeifer2-0/+45