summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | cfg80211/mac80211: avoid state mishmash on deauthStanislaw Gruszka2012-10-152-11/+6
| | | | * | Merge remote-tracking branch 'wireless/master' into mac80211Johannes Berg2012-10-15460-9632/+17843
| | | | |\ \
| | | | * | | mac80211: Fix FC masking in BIP AAD generationJouni Malinen2012-10-011-3/+8
| | | * | | | mac80211: use ieee80211_free_txskb in a few more placesFelix Fietkau2012-10-153-5/+5
| | | * | | | mac80211: check if key has TKIP type before updating IVStanislaw Gruszka2012-10-151-1/+2
| | | * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2012-10-151-2/+4
| | | |\ \ \ \
| | | | * | | | Bluetooth: SMP: Fix setting unknown auth_req bitsJohan Hedberg2012-10-121-2/+4
| * | | | | | | SUNRPC: Get rid of the xs_error_report socket callbackTrond Myklebust2012-10-241-25/+0
| * | | | | | | SUNRPC: Prevent races in xs_abort_connection()Trond Myklebust2012-10-241-5/+8
| * | | | | | | Revert "SUNRPC: Ensure we close the socket on EPIPE errors too..."Trond Myklebust2012-10-241-1/+1
| * | | | | | | SUNRPC: Clear the connect flag when socket state is TCP_CLOSE_WAITTrond Myklebust2012-10-241-0/+1
| * | | | | | | Merge tag 'tty-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-10-191-0/+2
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge 3.7-rc1 into tty-linusGreg Kroah-Hartman2012-10-1566-754/+745
| | |\ \ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | |
| | * | | | | | | net, TTY: initialize tty->driver_data before usageSasha Levin2012-10-051-0/+2
| * | | | | | | | Merge branch 'for-3.7' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-10-191-2/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | SUNRPC: Prevent kernel stack corruption on long values of flushSasha Levin2012-10-171-2/+2
| | | |/ / / / / / | | |/| | | | | |
* | | | | | | | | ip6tnl: advertise tunnel param via rtnlNicolas Dichtel2012-11-101-0/+57
* | | | | | | | | sit: advertise tunnel param via rtnlNicolas Dichtel2012-11-101-1/+56
* | | | | | | | | ipip: advertise tunnel param via rtnlNicolas Dichtel2012-11-101-1/+56
* | | | | | | | | ipip: add GSO supportEric Dumazet2012-11-091-0/+12
* | | | | | | | | vlan: set sysfs device_type to 'vlan'Doug Goldstein2012-11-091-0/+6
* | | | | | | | | ipv6: remove rt6i_peer_genid from rt6_info and its handlerLi RongQing2012-11-091-16/+2
* | | | | | | | | Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2012-11-0821-54/+1680
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | batman-adv: enable fast client detection using unicast_4addr packetsAntonio Quartulli2012-11-071-2/+10
| * | | | | | | | | batman-adv: Add get_ethtool_stats() support for DATMartin Hundebøll2012-11-075-3/+65
| * | | | | | | | | batman-adv: Distributed ARP Table - add runtime switchAntonio Quartulli2012-11-074-0/+31
| * | | | | | | | | batman-adv: Distributed ARP Table - add compile optionAntonio Quartulli2012-11-075-4/+94
| * | | | | | | | | batman-adv: Distributed ARP Table - add snooping functions for ARP messagesAntonio Quartulli2012-11-076-2/+325
| * | | | | | | | | batman-adv: Distributed ARP Table - add ARP parsing functionsAntonio Quartulli2012-11-074-3/+213
| * | | | | | | | | batman-adv: Distributed ARP Table - implement local storageAntonio Quartulli2012-11-076-0/+346
| * | | | | | | | | batman-adv: Distributed ARP Table - create DHT helper functionsAntonio Quartulli2012-11-079-4/+378
| * | | | | | | | | batman-adv: Distributed ARP Table - add a new debug log levelAntonio Quartulli2012-11-071-1/+3
| * | | | | | | | | batman-adv: add UNICAST_4ADDR packet typeAntonio Quartulli2012-11-076-26/+194
| * | | | | | | | | batman-adv: Mark correctly aligned headers not as __packedSven Eckelmann2012-11-071-6/+15
| * | | | | | | | | batman-adv: Reserve extra bytes in skb for better alignmentSven Eckelmann2012-11-074-19/+22
* | | | | | | | | | ndisc: fix a typo in a comment in ndisc_recv_na()Nicolas Dichtel2012-11-081-1/+1
* | | | | | | | | | packet: tx_ring: allow the user to choose tx data offsetPaul Chavent2012-11-082-1/+46
|/ / / / / / / / /
* | | | | | | | | htb: fix two bugsEric Dumazet2012-11-071-12/+5
* | | | | | | | | bridge: Avoid 'statement with no effect' compiler warningsLee Jones2012-11-041-4/+4
* | | | | | | | | net: fix bridge notify hook to manage flags correctlyJohn Fastabend2012-11-031-8/+18
* | | | | | | | | htb: improved accuracy at high ratesVimalkumar2012-11-031-38/+90
* | | | | | | | | ipv6: introduce ip6_rt_put()Amerigo Wang2012-11-0310-26/+23
* | | | | | | | | sctp: Clean up type-punning in sctp_cmd_t unionNeil Horman2012-11-032-25/+23
* | | | | | | | | ipv6: remove a useless NULL checkAmerigo Wang2012-11-031-1/+1
* | | | | | | | | pktgen: clean up ktime_t helpersDaniel Borkmann2012-11-031-28/+13
* | | | | | | | | tcp: better retrans tracking for defer-acceptEric Dumazet2012-11-0310-31/+48
* | | | | | | | | net: Fix continued iteration in rtnl_bridge_getlink()Ben Hutchings2012-11-031-16/+7
* | | | | | | | | ipv6/multipath: remove flag NLM_F_EXCL after the first nexthopNicolas Dichtel2012-11-031-0/+6
* | | | | | | | | eth: Rename and properly align br_reserved_address arrayBen Hutchings2012-11-031-1/+1
* | | | | | | | | eth: Make is_link_local() consistent with other address testsBen Hutchings2012-11-032-2/+2