aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-19tcp: reduce out_of_order memory useEric Dumazet2-1/+19
2012-03-19tcp: introduce tcp_data_queue_ofoEric Dumazet1-99/+115
2012-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-31/+41
2012-03-17netfilter: ctnetlink: fix race between delete and timeout expirationPablo Neira Ayuso1-11/+12
2012-03-16arp: allow arp processing to honor per interface arp_accept sysctlNeil Horman1-1/+1
2012-03-16ipv6: Don't dev_hold(dev) in ip6_mc_find_dev_rcu.RongQing.Li1-1/+0
2012-03-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville17-431/+355
2012-03-16sch_sfq: revert dont put new flow at the end of flowsEric Dumazet1-1/+5
2012-03-16ipv6: fix icmp6_dst_alloc()Eric Dumazet1-1/+1
2012-03-15mac80211: make uapsd_* keys per-vifEliad Peller6-102/+79
2012-03-15mac80211: add NULL terminator to debugfs_netdev write bufEliad Peller1-8/+5
2012-03-15mac80211: Don't sample max throughput rate in minstrel_htHelmut Schaa1-0/+7
2012-03-13mac80211: Don't let regulatory make us deafPaul Stewart4-19/+51
2012-03-13mac80211: rename bss_conf timestamp to last_tsfJohannes Berg2-2/+2
2012-03-13cfg80211: clarify timestamp in cfg80211_inform_bssJohannes Berg1-4/+3
2012-03-13mac80211: linearize SKBs as needed for cryptoJohannes Berg3-8/+31
2012-03-13mac80211: move RX WEP weak IV countingJohannes Berg3-12/+6
2012-03-12net: ipv4: Standardize prefixes for message loggingJoe Perches19-48/+79
2012-03-12mac80211: set basic rates earlierJohannes Berg1-48/+49
2012-03-12mac80211: refactor common auth/assoc setup codeJohannes Berg1-62/+59
2012-03-12mac80211: remove spurious BSSID change flagJohannes Berg1-3/+0
2012-03-12mac80211: simplify wmm check during associationJohannes Berg2-6/+6
2012-03-12mac80211: simplify HT checksJohannes Berg1-31/+26
2012-03-12mac80211: move misplaced commentJohannes Berg1-7/+7
2012-03-12mac80211: Disable MCS > 7 in minstrel_ht when STA uses static SMPSHelmut Schaa1-0/+9
2012-03-12mac80211: set channel back after disassociatingJohannes Berg1-7/+6
2012-03-12mac80211: remove tx_syncJohannes Berg4-120/+0
2012-03-12mac80211: Limit TID buffering during BA session setup/teardownHelmut Schaa1-0/+6
2012-03-12cfg80211: Add background scan period attribute.Bala Shanmugam2-0/+11
2012-03-11net: Convert printks to pr_<level>Joe Perches25-181/+163
2012-03-11net: get rid of some pointless casts to sockaddrMaciej Żenczykowski3-24/+16
2012-03-11ipv6: Fix Smatch warning.Li Wei1-1/+1
2012-03-11tcp: fix syncookie regressionEric Dumazet2-17/+23
2012-03-11caif: make zero a legal caif connetion id.sjur.brandeland@stericsson.com1-3/+6
2012-03-11caif: Fix for a race in socket transmit with flow control.Dmitry Tarnyagin6-24/+31
2012-03-11Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller14-194/+145
2012-03-11batman-adv: Remove spaces after a castSven Eckelmann2-3/+3
2012-03-11batman-adv: Use {} braces consistent on the arms of a statementSven Eckelmann1-1/+2
2012-03-11batman-adv: Don't begin block comments with only a /* lineSven Eckelmann2-13/+3
2012-03-11batman-adv: Ignore 80-chars per line limits for stringsSven Eckelmann12-177/+137
2012-03-09ipv4: Make ip_rcv_options() return bool.David S. Miller1-3/+3
2012-03-09ipv4: Make ip_call_ra_chain() return bool.David S. Miller1-4/+4
2012-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-48/+164
2012-03-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville35-492/+899
2012-03-08sctp: Export sctp_do_peeloffBenjamin Poirier1-15/+9
2012-03-08route: Remove redirect_genidSteffen Klassert2-10/+2
2012-03-08inetpeer: Invalidate the inetpeer tree along with the routing cacheSteffen Klassert2-1/+80
2012-03-08bridge: fix state reporting when port is disabledPaulius Zaleckas1-2/+1
2012-03-08bridge: br_log_state() s/entering/entered/Paulius Zaleckas1-1/+1
2012-03-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-nextDavid S. Miller15-1788/+3585