summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-12-12352-6847/+21632
|\
| * bridge: add support of adding and deleting mdb entriesCong Wang2012-12-123-29/+289
| * bridge: notify mdb changes via netlinkCong Wang2012-12-123-0/+84
| * ndisc: Unexport ndisc_{build,send}_skb().YOSHIFUJI Hideaki2012-12-121-16/+11
| * pkt_sched: avoid requeues if possibleEric Dumazet2012-12-124-6/+15
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-12-1113-16/+62
| |\
| | * Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-nextJohn W. Linville2012-12-1113-16/+62
| | |\
| | | * minstrel: update stats after processing statusJohannes Berg2012-12-101-4/+5
| | | * mac80211: a few whitespace fixesJohannes Berg2012-12-102-3/+3
| | | * wext: explicitly cast -110 to u8Johannes Berg2012-12-071-1/+1
| | | * mac80211: warn only once if ampdu_action isn't assignedChaitanya2012-12-071-1/+1
| | | * mac80211: cancel work instead of waiting for it to do nothingJohannes Berg2012-12-061-1/+1
| | | * mac80211: don't drop mesh peering frames from unknown STAMarco Porsch2012-12-061-1/+2
| | | * mac80211: skip radiotap space calculation if no monitor existsHelmut Schaa2012-12-051-3/+3
| | | * mac80211: introduce IEEE80211_HW_TEARDOWN_AGGR_ON_BAR_FAILStanislaw Gruszka2012-12-051-1/+5
| | | * mac80211: add debug file for mic failureSaravana2012-12-053-1/+24
| | | * cfg80211: check no-OFDM flag for channels wider than 20 MHzJohannes Berg2012-12-041-0/+3
| | | * mac80211: adapt slot time in IBSS modeSimon Wunderlich2012-12-041-0/+14
| * | | net: gro: avoid double copy in skb_gro_receive()Eric Dumazet2012-12-111-1/+0
| * | | bridge: fix seq check in br_mdb_dump()Cong Wang2012-12-113-4/+5
| * | | net: remove obsolete simple_strto<foo>Abhijit Pawar2012-12-113-3/+0
| * | | net: gro: dev_gro_receive() cleanupEric Dumazet2012-12-111-26/+26
| * | | net: Allow DCBnl to use other namespaces besides init_netJohn Fastabend2012-12-101-5/+2
| * | | net: remove obsolete simple_strto<foo>Abhijit Pawar2012-12-104-4/+18
| * | | bridge: make buffer larger in br_setlink()Dan Carpenter2012-12-101-1/+1
| * | | caif_usb: Make the driver name check more efficientBen Hutchings2012-12-091-10/+3
| * | | caif_usb: Check driver name before reading driver state in netdev notifierBen Hutchings2012-12-091-2/+5
| * | | net: Handle encapsulated offloads before fragmentation or handing to lower devAlexander Duyck2012-12-092-2/+17
| * | | net: Add support for hardware-offloaded encapsulationJoseph Gasparakis2012-12-091-0/+9
| * | | Merge branch 'tipc_net-next_v2' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2012-12-085-212/+225
| |\ \ \
| | * | | tipc: refactor accept() code for improved readabilityPaul Gortmaker2012-12-071-41/+48
| | * | | tipc: add lock nesting notation to quiet lockdep warningYing Xue2012-12-071-1/+2
| | * | | tipc: eliminate connection setup for implied connect in recv_msg()Ying Xue2012-12-071-7/+0
| | * | | tipc: introduce non-blocking socket connectYing Xue2012-12-071-65/+93
| | * | | tipc: consolidate connection-oriented message reception in one functionYing Xue2012-12-071-24/+51
| | * | | tipc: standardize across connect/disconnect function namingPaul Gortmaker2012-12-074-15/+31
| | * | | tipc: change sk_receive_queue upper limitJon Maloy2012-12-071-2/+2
| | * | | tipc: eliminate aggregate sk_receive_queue limitYing Xue2012-12-071-19/+4
| | * | | tipc: remove obsolete flush of stale reassembly bufferErik Hugne2012-12-061-44/+0
| * | | | bridge: export multicast database via netlinkCong Wang2012-12-074-1/+166
| * | | | sctp: Add RCU protection to assoc->transport_addr_listThomas Graf2012-12-073-10/+28
| * | | | sctp: proc: protect bind_addr->address_list accesses with rcu_read_lock()Thomas Graf2012-12-071-1/+6
| * | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-12-0735-598/+1173
| |\ \ \ \
| | * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-12-0735-598/+1173
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | rfkill: remove __dev* attributesBill Pemberton2012-12-062-4/+4
| | | * | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-12-0625-517/+978
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | | * | cfg80211: fix channel error on mesh joinMarco Porsch2012-12-031-1/+2
| | | | * | mac80211: return if CSA is not handleSimon Wunderlich2012-12-031-0/+1
| | | | * | mac80211: simplify loop in minstrel_htJohannes Berg2012-11-301-5/+3
| | | | * | cfg80211: fix BSS struct IE access racesJohannes Berg2012-11-309-260/+292