summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2012-02-21datagram: Add offset argument to __skb_recv_datagramPavel Emelyanov
2012-02-21datagram: Factor out sk queue referencingPavel Emelyanov
2012-02-21mac80211: Fix a warning on changing to monitor mode from STAMohammed Shafi Shajakhan
2012-02-21mac80211: zero initialize count field in ieee80211_tx_rateMohammed Shafi Shajakhan
2012-02-21netfilter: ctnetlink: fix soft lockup when netlink adds new entriesJozsef Kadlecsik
2012-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-02-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-02-19netem: fix dequeueEric Dumazet
2012-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-02-17batman-adv: use eth_hw_addr_random() instead of random_ether_addr()Danny Kukawka
2012-02-17Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2012-02-16batman-adv: Start new development cycleSven Eckelmann
2012-02-16batman-adv: TT_CLIENT_PENDING is never set in struct tt_global_entryAntonio Quartulli
2012-02-16batman-adv: code refactoring - move debug print into tt_local_set_pendingAntonio Quartulli
2012-02-16batman-adv: set TT_CLIENT_NEW flag before invoking hash_add()Antonio Quartulli
2012-02-16batman-adv: Update copyright yearsSven Eckelmann
2012-02-16batman-adv: export used routing algorithm via sysfsMarek Lindner
2012-02-16batman-adv: refactor tt_global_del() to avoid misalignmentSven Eckelmann
2012-02-16batman-adv: allowing changing the routing algorithm via module parameterMarek Lindner
2012-02-16batman-adv: convert time_after instances to has_timed_outMarek Lindner
2012-02-16batman-adv: convert batman iv algorithm to use dynamic infrastructureMarek Lindner
2012-02-16batman-adv: add infrastructure to change routing algorithm at runtimeMarek Lindner
2012-02-16batman-adv: warn if added interface is part of a bridgeMarek Lindner
2012-02-16batman-adv: Move is_out_of_time() to main.h for general useMartin Hundebøll
2012-02-16batman-adv: Rm empty line from is_my_mac() in main.cMartin Hundebøll
2012-02-16batman-adv: simplify bat_ogm_receive API callMarek Lindner
2012-02-16batman-adv: Explicitly mark the common header structureSven Eckelmann
2012-02-16batman-adv: add tt_initialised flag to the orig_node structAntonio Quartulli
2012-02-15ipv4: Eliminate spurious argument to __ipv4_neigh_lookupDavid S. Miller
2012-02-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-02-15net: use eth_hw_addr_random() and reset addr_assign_typeDanny Kukawka
2012-02-15net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka
2012-02-15mac80211: do not call rate control .tx_status before .rate_initFelix Fietkau
2012-02-15mac80211: call rate control only after initJohannes Berg
2012-02-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-02-15Bluetooth: Fix possible use after free in delete pathUlisses Furquim
2012-02-15Bluetooth: Remove usage of __cancel_delayed_work()Ulisses Furquim
2012-02-15Bluetooth: Add missing QUIRK_NO_RESET test to hci_dev_do_closeJohan Hedberg
2012-02-15Bluetooth: Fix RFCOMM session reference counting issueOctavian Purdila
2012-02-15Bluetooth: silence lockdep warningOctavian Purdila
2012-02-15Bluetooth: l2cap_set_timer needs jiffies as timeout valueAndrzej Kaczmarek
2012-02-15Bluetooth: Fix sk_sndtimeo initialization for L2CAP socketAndrzej Kaczmarek
2012-02-15Bluetooth: Remove bogus inline declaration from l2cap_chan_connectJohan Hedberg
2012-02-15Bluetooth: Fix l2cap conn failures for ssp devicesPeter Hurley
2012-02-14netpoll: netpoll_poll_dev() should access dev->flagsEric Dumazet
2012-02-14RxRPC: Fix kcalloc parameters swappedAxel Lin
2012-02-14tcp: fix tcp_shifted_skb() adjustment of lost_cnt_hint for FACKNeal Cardwell
2012-02-14vfs: fix panic in __d_lookup() with high dentry hashtable countsDimitri Sivanich
2012-02-13net_sched: sch_plug: plug_qdisc_ops is staticEric Dumazet
2012-02-13gro: fix truesize underestimationEric Dumazet