summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | cfg80211: enter psm when working as p2p_cliEliad Peller2011-07-201-1/+2
| | | * | | | | | mac80211: sync driver before TXJohannes Berg2011-07-205-3/+122
| | | * | | | | | mac80211: implement scan supported ratesJohannes Berg2011-07-195-15/+15
| | | * | | | | | cfg80211: allow userspace to control supported rates in scanJohannes Berg2011-07-194-19/+73
| | | * | | | | | mac80211: reconfigure tx on device reconfigurationEliad Peller2011-07-184-1/+12
| | | * | | | | | mac80211: be more careful in suspend/resumeJohannes Berg2011-07-152-26/+31
| | | * | | | | | mac80211: let key iteration get keys in install orderJohannes Berg2011-07-151-1/+1
| | | * | | | | | mac80211: allow driver access to TKIP RX P1KJohannes Berg2011-07-151-0/+11
| | | * | | | | | nl80211/cfg80211: add max_sched_scan_ie_len in the hw descriptionLuciano Coelho2011-07-151-1/+3
| | | * | | | | | nl80211/cfg80211: add max_sched_scan_ssids in the hw descriptionLuciano Coelho2011-07-151-1/+3
| | | * | | | | | nl80211: advertise GTK rekey support, new triggersJohannes Berg2011-07-152-0/+53
| * | | | | | | | net: allow netif_carrier to be called safely from IRQstephen hemminger2011-07-231-1/+1
| * | | | | | | | bridge: minor cleanupsstephen hemminger2011-07-233-16/+14Star
| * | | | | | | | bridge: add notification over netlink when STP changes statestephen hemminger2011-07-234-1/+9
| * | | | | | | | bridge: notifier called with the wrong devicestephen hemminger2011-07-231-1/+1
| * | | | | | | | bridge: ignore bogus STP config packetsstephen hemminger2011-07-231-0/+11
| * | | | | | | | bridge: send proper message_age in config BPDUstephen hemminger2011-07-232-2/+3
| |/ / / / / / /
* | | | | | | | [S390] iucv cr0 enablement bitMartin Schwidefsky2011-07-241-2/+5
* | | | | | | | net/9p: Fix the msize calculation.Venkateswararao Jujjuri (JV)2011-07-231-2/+2
* | | | | | | | fs/9p: add 9P2000.L unlinkat operationAneesh Kumar K.V2011-07-231-0/+23
* | | | | | | | fs/9p: add 9P2000.L renameat operationAneesh Kumar K.V2011-07-231-1/+32
* | | | | | | | fs/9p: Clean-up get_protocol_version() to use strcmpPrem Karat2011-07-232-16/+35
* | | | | | | | fs/9p: Fid is not valid after a failed clunk.Aneesh Kumar K.V2011-07-231-2/+4
* | | | | | | | VirtIO can transfer VIRTQUEUE_NUM of pages.jvrao2011-07-231-1/+1
* | | | | | | | Fix the size of receive buffer packing onto VirtIO ring.jvrao2011-07-231-1/+1
* | | | | | | | 9p: clean up packet dump codeEric Van Hensbergen2011-07-232-46/+37Star
* | | | | | | | net/9p: fix client code to fail more gracefully on protocol errorEric Van Hensbergen2011-07-231-1/+2
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-07-232-27/+22Star
|\ \ \ \ \ \ \ \
| * | | | | | | | switch vfs_path_lookup() to struct pathAl Viro2011-07-201-6/+5Star
| * | | | | | | | new helpers: kern_path_create/user_path_createAl Viro2011-07-201-21/+17Star
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-07-231-7/+1Star
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | net,rcu: Convert call_rcu(xt_rateest_free_rcu) to kfree_rcu()Paul E. McKenney2011-07-201-7/+1Star
| | |_|_|/ / / | |/| | | | |
* | | | | | | icmp: Fix regression in nexthop resolution during replies.David S. Miller2011-07-221-6/+8
* | | | | | | ipv4: Constrain UFO fragment sizes to multiples of 8 bytesBill Sommerfeld2011-07-221-3/+3
* | | | | | | ipv6: make fragment identifications less predictableEric Dumazet2011-07-223-8/+37
* | | | | | | ipv6: unshare inetpeersEric Dumazet2011-07-221-13/+20
* | | | | | | ethtool: Allow zero-length register dumps againBen Hutchings2011-07-221-2/+2
* | | | | | | skbuff: fix error handling in pskb_copy()Dan Carpenter2011-07-211-1/+2
* | | | | | | vlan: move vlan_group_[gs]et_device to public headerJiri Pirko2011-07-211-0/+19
* | | | | | | vlan: kill ndo_vlan_rx_registerJiri Pirko2011-07-211-4/+0Star
* | | | | | | vlan: kill vlan_gro_frags and vlan_gro_receiveJiri Pirko2011-07-211-16/+0Star
* | | | | | | vlan: kill __vlan_hwaccel_rx and vlan_hwaccel_rxJiri Pirko2011-07-211-9/+0Star
* | | | | | | lro: do vlan cleanupJiri Pirko2011-07-211-28/+11Star
* | | | | | | lro: kill lro_vlan_hwaccel_receive_fragsJiri Pirko2011-07-211-20/+0Star
* | | | | | | lro: kill lro_vlan_hwaccel_receive_skbJiri Pirko2011-07-211-15/+0Star
* | | | | | | vlan: introduce __vlan_find_dev_deep()Jiri Pirko2011-07-211-0/+21
* | | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-214-23/+28
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-07-201-7/+10
| |\ \ \ \ \ \
| | * | | | | | ceph: fix file mode calculationSage Weil2011-07-191-7/+10
| * | | | | | | Bluetooth: Fix crash with incoming L2CAP connectionsIlia Kolomisnky2011-07-161-2/+4