aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2011-02-22xfrm: Mark flowi arg to xfrm_selector_match() const.David S. Miller1-4/+4
2011-02-22xfrm: Mark flowi arg to xfrm_type->reject() const.David S. Miller2-2/+3
2011-02-22xfrm: Mark flowi arg to ->init_tempsel() const.David S. Miller2-2/+2
2011-02-22xfrm: Mark flowi arg to ->fill_dst() const.David S. Miller3-3/+3
2011-02-22xfrm: Mark flowi arg to ->get_tos() const.David S. Miller3-3/+3
2011-02-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville31-1452/+3849
2011-02-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller3-2/+10
2011-02-22cls_u32: fix sparse warningsstephen hemminger1-6/+6
2011-02-22Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller1-1/+2
2011-02-22net: add __rcu annotations to sk_wq and wqEric Dumazet4-26/+40
2011-02-22bridge: Use IPv6 link-local address for multicast listener queriesLinus Lüssing1-1/+2
2011-02-22bridge: Fix MLD queries' ethernet source addressLinus Lüssing1-1/+1
2011-02-22bridge: Allow mcast snooping for transient link local addresses tooLinus Lüssing1-5/+4
2011-02-22bridge: Add missing ntohs()s for MLDv2 report parsingLinus Lüssing1-2/+3
2011-02-22bridge: Fix IPv6 multicast snooping by correcting offset in MLDv2 reportLinus Lüssing1-1/+1
2011-02-22bridge: Fix IPv6 multicast snooping by storing correct protocol typeLinus Lüssing1-1/+1
2011-02-22Bluetooth: fix build break on hci_sock.cAnand Gadiyar1-1/+1
2011-02-22HID: bt hidp: send Output reports using SET_REPORT on the Control channelAntonio Ospite1-1/+1
2011-02-22ipvs: use hlist instead of listChangli Gao1-23/+29
2011-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-31/+31
2011-02-21Bluetooth: Fix LE conn creationAnderson Briglia1-2/+3
2011-02-21Bluetooth: Fix unnecessary list traversal in mgmt_pending_removeJohan Hedberg1-28/+14
2011-02-21Bluetooth: Fix inititial value for remote authentication requirementsJohan Hedberg1-0/+1
2011-02-21Bluetooth: Add mgmt_auth_failed eventJohan Hedberg2-3/+27
2011-02-21Bluetooth: Fix mgmt_pin_code_reply return parametersJohan Hedberg1-10/+13
2011-02-21Bluetooth: Fix mgmt_pin_code_reply command status opcodeJohan Hedberg1-1/+1
2011-02-21Bluetooth: Add management support for user confirmation requestJohan Hedberg2-0/+153
2011-02-21Bluetooth: Add mgmt_pair_device commandJohan Hedberg1-0/+133
2011-02-21Bluetooth: Make pending_add return a pointer to the added entryJohan Hedberg1-22/+40
2011-02-21fix cfg80211_wext_siwfreq lock ordering...Daniel J Blueman1-2/+2
2011-02-21tcp: undo_retrans counter fixesYuchung Cheng2-3/+4
2011-02-21Merge branch 'master' into for-2.6.39Tejun Heo63-263/+547
2011-02-20net: Fix more stale on-stack list_head objects.Eric W. Biederman2-0/+2
2011-02-20sctp: fix compile warnings in sctp_tsnmap_num_gabsShan Wei1-1/+1
2011-02-20tcp: Remove debug macro of TCP_CHECK_TIMERShan Wei4-21/+0
2011-02-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller22-60/+124
2011-02-19sctp: fix reporting of unknown parametersJiri Bohac1-5/+5
2011-02-19tcp: fix inet_twsk_deschedule()Eric Dumazet1-0/+2
2011-02-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller4-20/+44
2011-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds13-29/+59
2011-02-18Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville7-3/+20
2011-02-18mac80211: Clear PS related flag on disabling power save.Vivek Natarajan1-0/+1
2011-02-18small adjustment to net/mac80211/KconfigJan Beulich1-1/+1
2011-02-18mac80211: fix 2.4 GHz 40 MHz disablingJohannes Berg4-15/+13
2011-02-18mac80211: Add power to debugfs.Ben Greear1-0/+6
2011-02-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville16-193/+662
2011-02-18mac80211: fix conn_mon_timer running after disassociateStanislaw Gruszka1-0/+6
2011-02-18ipv4: Implement __ip_dev_find using new interface address hash.David S. Miller2-40/+33
2011-02-18ipv4: Add hash table of interface addresses.David S. Miller1-0/+45
2011-02-18net: deinit automatic LIST_HEADEric Dumazet1-0/+2