summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* llc2: Remove explicit indexing of state action arraysBen Hutchings2012-09-171-4/+4
* llc2: Remove the station send queueBen Hutchings2012-09-171-32/+2
* llc2: Collapse the station event receive pathBen Hutchings2012-09-171-81/+6
* llc2: Remove dead code for state machineBen Hutchings2012-09-171-395/+9
* llc2: Remove pointless indirection through llc_stat_state_trans_endBen Hutchings2012-09-171-12/+4
* af_unix: old_cred is surplusAlan Cox2012-09-171-4/+1
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-09-175-17/+17
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-09-1412-34/+44
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-09-0752-704/+1403
| | |\
| | * \ Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-09-075-17/+17
| | |\ \
| | | * | cfg80211: fix indentationHila Gonen2012-09-051-1/+1
| | | * | wext: include wireless event id when it has a size problemArend van Spriel2012-09-051-4/+4
| | | * | mac80211: don't use kerneldoc for ieee80211_add_rx_radiotap_headerJohannes Berg2012-09-051-1/+1
| | | * | cfg80211: use list_move_tail instead of list_del/list_add_tailWei Yongjun2012-09-051-4/+2
| | | * | mac80211: Do not check for valid hw_queues for P2P_DEVICEIlan Peer2012-09-041-7/+9
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-1538-134/+223
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-09-1430-102/+184
| |\ \ \ \
| | * | | | pktgen: fix crash with vlan and packet size less than 46Nishank Trivedi2012-09-131-1/+1
| | * | | | net_sched: gred: actually perform idling in WRED modeDavid Ward2012-09-131-11/+15
| | * | | | net_sched: gred: fix qave reporting via netlinkDavid Ward2012-09-131-1/+4
| | * | | | net_sched: gred: eliminate redundant DP prio comparisonsDavid Ward2012-09-131-3/+2
| | * | | | net_sched: gred: correct comment about qavg calculation in RIO modeDavid Ward2012-09-131-1/+1
| | * | | | Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller2012-09-134-44/+38
| | |\ \ \ \
| | | * | | | netfilter: log: Fix log-level processingJoe Perches2012-09-122-3/+3
| | | * | | | netfilter: Validate the sequence number of dataless ACK packets as wellJozsef Kadlecsik2012-09-091-8/+2
| | | * | | | netfilter: Mark SYN/ACK packets as invalid from original directionJozsef Kadlecsik2012-09-091-11/+8
| | | * | | | netfilter: take care of timewait socketsEric Dumazet2012-09-062-22/+25
| | * | | | | net-sched: sch_cbq: avoid infinite loopEric Dumazet2012-09-111-2/+3
| | * | | | | net: fix net/core/sock.c build errorRandy Dunlap2012-09-101-0/+2
| | * | | | | caif: move the dereference below the NULL testWei Yongjun2012-09-101-2/+3
| | * | | | | net: small bug on rxhash calculationChema Gonzalez2012-09-081-5/+6
| | * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-09-077-17/+27
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | | * | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-09-053-6/+11
| | | |\ \ \ \
| | | | * | | | mac80211: Various small fixes for cfg.c: mpath_set_pinfo()LEO Airwarosu Yoichi Shinoda2012-09-051-5/+4
| | | | * | | | nl80211: fix possible memory leak nl80211_connect()Wei Yongjun2012-09-041-1/+3
| | | | * | | | mac80211: clear bssid on auth/assoc failureEliad Peller2012-09-041-0/+4
| | | * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2012-09-054-11/+16
| | | |\ \ \ \ \
| | | | * | | | | Bluetooth: Fix sending a HCI Authorization Request over LE linksVinicius Costa Gomes2012-08-271-0/+4
| | | | * | | | | Bluetooth: Change signature of smp_conn_security()Vinicius Costa Gomes2012-08-273-8/+9
| | | | * | | | | Bluetooth: Fix use-after-free bug in SMPAndre Guedes2012-08-151-3/+3
| | * | | | | | | udp: increment UDP_MIB_INERRORS if copy failedEric Dumazet2012-09-072-0/+16
| | * | | | | | | tcp: fix possible socket refcount problem for ipv6Julian Anastasov2012-09-051-2/+3
| | * | | | | | | l2tp: fix a typo in l2tp_eth_dev_recv()Eric Dumazet2012-09-041-1/+1
| | * | | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o...David S. Miller2012-09-043-7/+9
| | |\ \ \ \ \ \ \
| | | * | | | | | | openvswitch: Fix FLOW_BUFSIZE definition.Jesse Gross2012-09-031-3/+5
| | | * | | | | | | openvswitch: Fix typoJoe Stringer2012-09-021-1/+1
| | | * | | | | | | openvswitch: Relax set header validation.Jesse Gross2012-08-061-3/+3
| | * | | | | | | | xfrm: Workaround incompatibility of ESN and async cryptoSteffen Klassert2012-09-042-1/+16
| | * | | | | | | | l2tp: fix a lockdep splatEric Dumazet2012-09-041-0/+4
| | * | | | | | | | netrom: copy_datagram_iovec can failAlan Cox2012-09-041-1/+6