summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2011-04-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller14-110/+146
2011-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds12-30/+69
2011-04-05Bluetooth: convert net/bluetooth/ to kstrtoxAlexey Dobriyan1-17/+17
2011-04-05Bluetooth: Use GFP_KERNEL in user contextGustavo F. Padovan1-1/+1
2011-04-05Bluetooth: Don't use spin_lock_bh in user contextGustavo F. Padovan1-44/+44
2011-04-05Bluetooth: Use kthread API in cmtpSzymon Janc3-18/+13
2011-04-05Bluetooth: Use kthread API in bnepSzymon Janc2-14/+9
2011-04-05Bluetooth: Use kthread API in hidpSzymon Janc2-30/+25
2011-04-05ethtool: Change ETHTOOL_PHYS_ID implementation to allow dropping RTNLBen Hutchings1-2/+53
2011-04-05net: Allow no-cache copy from user on transmitTom Herbert3-4/+17
2011-04-05bridge: range check STP parametersstephen hemminger7-93/+107
2011-04-05bridge: allow creating bridge devices with netlinkstephen hemminger5-87/+101
2011-04-05bridge: allow creating/deleting fdb entries via netlinkstephen hemminger3-0/+144
2011-04-05bridge: add netlink notification on forward entry changesstephen hemminger3-0/+127
2011-04-05bridge: split rcu and no-rcu cases of fdb lookupstephen hemminger1-3/+16
2011-04-05bridge: track last used time in forwarding tablestephen hemminger3-8/+10
2011-04-05bridge: change arguments to fdb_createstephen hemminger1-8/+10
2011-04-05Bluetooth: Add mgmt_remote_name eventJohan Hedberg2-0/+15
2011-04-05Bluetooth: Add mgmt_device_found eventJohan Hedberg2-8/+31
2011-04-05Bluetooth: Remove gfp_mask param from hci_reassembly()Gustavo F. Padovan1-6/+5
2011-04-05mac80211: clean up station cleanup timerJohannes Berg4-18/+3
2011-04-05mac80211: remove the dependency on crypto_blkcipherFelix Fietkau6-28/+23
2011-04-05mac80211: fix suppressing probe responses in ad-hoc modeFelix Fietkau1-2/+1
2011-04-05wifi: Add hwflags to debugfs.Ben Greear1-13/+76
2011-04-05ipv6: Don't pass invalid dst_entry pointer to dst_release().Boris Ostrovsky1-0/+1
2011-04-04mac80211: Fix duplicate frames on cooked monitorHelmut Schaa1-1/+1
2011-04-04pkt_sched: QFQ - quick fair queue schedulerstephen hemminger3-0/+1149
2011-04-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller12-35/+74
2011-04-04netfilter: xt_conntrack: fix inverted conntrack direction testFlorian Westphal1-1/+1
2011-04-04netfilter: xt_addrtype: replace rt6_lookup with nf_afinfo->routeFlorian Westphal2-15/+28
2011-04-04netfilter: af_info: add 'strict' parameter to limit lookup to .oifFlorian Westphal4-8/+16
2011-04-04netfilter: af_info: add network namespace parameter to route hookFlorian Westphal4-9/+11
2011-04-04IPVS: fix NULL ptr dereference in ip_vs_ctl.c ip_vs_genl_dump_daemons()Hans Schillstrom1-1/+1
2011-04-04netfilter: h323: bug in parsing of ASN1 SEQOF fieldDavid Sterba1-1/+1
2011-04-04netfilter: ipset: references are protected by rwlock instead of mutexJozsef Kadlecsik5-53/+71
2011-04-04netfilter: ipset: list:set timeout variant fixesJozsef Kadlecsik1-29/+24
2011-04-03vlan: convert VLAN devices to use ndo_fix_features()Michał Mirosław2-42/+16
2011-04-03net: Call netdev_features_change() from netdev_update_features()Michał Mirosław2-9/+20
2011-04-02tcp: len check is unnecessarily devastating, change to WARN_ONIlpo Järvinen1-1/+2
2011-04-02sctp: malloc enough room for asconf-ack chunkWei Yongjun1-2/+2
2011-04-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller9-27/+64
2011-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds9-11/+40
2011-04-01appletalk: Fix OOPS in atalk_release().David S. Miller1-5/+6
2011-03-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...Gustavo F. Padovan5-6/+19
2011-03-31Bluetooth: Fix warning with hci_cmd_timerThomas Gleixner1-1/+3
2011-03-31Bluetooth: delete hanging L2CAP channelAndrei Emeltchenko1-2/+3
2011-03-31Bluetooth: Fix missing hci_dev_lock_bh in user_confirm_replyJohan Hedberg1-0/+2
2011-03-31Bluetooth: Fix HCI_RESET command synchronizationGustavo F. Padovan2-2/+8
2011-03-31Bluetooth: Increment unacked_frames count only the first transmitSuraj Sumangala1-1/+3
2011-03-31Bluetooth: Add local Extended Inquiry Response (EIR) supportJohan Hedberg1-0/+163