aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | net: pmtu_expires fixesEric Dumazet2011-06-091-34/+44
* | | | | | xfrm: Fix off by one in the replay advance functionsSteffen Klassert2011-06-071-2/+2
| |_|_|/ / |/| | | |
* | | | | net: cpu offline cause napi stallHeiko Carstens2011-06-071-0/+5
* | | | | bridge: provide a cow_metrics method for fake_opsAlexander Holler2011-06-071-0/+6
* | | | | af_packet: prevent information leakEric Dumazet2011-06-061-0/+2
* | | | | irda: iriap: Use seperate lockdep class for irias_objects->hb_spinlockDavid S. Miller2011-06-061-0/+5
* | | | | net: Rework netdev_drivername() to avoid warning.David S. Miller2011-06-062-13/+6
* | | | | net/ipv6: check for mistakenly passed in non-AF_INET6 sockaddrsMarcus Meissner2011-06-061-0/+4
* | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2011-06-061-0/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-06-061-0/+4
| |\ \ \ \ | | |/ / /
| | * | | mac80211: call dev_alloc_name before copying name to sdataThadeu Lima de Souza Cascardo2011-06-031-0/+4
* | | | | netfilter: use unsigned variables for packet lengths in ip[6]_queue.Dave Jones2011-06-062-2/+4
* | | | | netfilter: nf_conntrack: fix ct refcount leak in l4proto->error()Pablo Neira Ayuso2011-06-063-2/+5
* | | | | netfilter: nf_nat: fix crash in nf_nat_csumJulian Anastasov2011-06-061-1/+1
* | | | | netfilter: ipset: Use the stored first cidr value instead of '1'Jozsef Kadlecsik2011-06-063-8/+16
* | | | | netfilter: ipset: Fix return code for destroy when sets are in useJozsef Kadlecsik2011-06-061-1/+1
* | | | | ipvs: restore support for iptables SNATJulian Anastasov2011-06-061-8/+8
* | | | | netfilter: add more values to enum ip_conntrack_infoEric Dumazet2011-06-0615-27/+23
|/ / / /
* | | | fix return values of l2tp_dfs_seq_open()Al Viro2011-06-051-1/+1
* | | | get_net_ns_by_fd() oopses if proc_ns_fget() returns an errorAl Viro2011-06-051-9/+7
| |_|/ |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-06-0414-53/+95
|\ \ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-06-032-20/+25
| |\ \ \ | | |/ /
| | * | bluetooth l2cap: fix locking in l2cap_global_chan_by_psmJohannes Berg2011-06-011-1/+1
| | * | cfg80211: don't drop p2p probe responsesEliad Peller2011-06-011-19/+24
| * | | net: tracepoint of net_dev_xmit sees freed skb and causes panicKoki Sanagi2011-06-021-2/+5
| * | | af-packet: Add flag to distinguish VID 0 from no-vlan.Ben Greear2011-06-011-3/+12
| * | | caif: Fix race when conditionally taking rtnl locksjur.brandeland@stericsson.com2011-06-011-6/+3
| * | | vlan: fix typo in vlan_dev_hard_start_xmit()Wei Yongjun2011-06-011-1/+1
| * | | net/ipv4: Check for mistakenly passed in non-IPv4 addressMarcus Meissner2011-06-011-0/+3
| * | | sctp: stop pending timers and purge queues when peer restart asocWei Yongjun2011-05-313-11/+29
| * | | ip_options_compile: properly handle unaligned pointerChris Metcalf2011-05-311-7/+8
| |/ /
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2....John W. Linville2011-05-273-3/+9
| |\ \
| | * | mac80211: Remove duplicate linux/slab.h include from net/mac80211/scan.cJesper Juhl2011-05-271-1/+0
| | * | mac80211: clear local->ps_data on disassocEliad Peller2011-05-271-0/+1
| | * | mac80211: stop queues before rate control updationRajkumar Manoharan2011-05-261-0/+6
| | * | nl80211: fix check for valid SSID size in scan operationsLuciano Coelho2011-05-261-2/+2
* | | | Merge branch 'pnfs-submit' of git://git.open-osd.org/linux-open-osdLinus Torvalds2011-05-291-0/+19
|\ \ \ \
| * | | | SUNRPC: introduce xdr_init_decode_pagesBenny Halevy2011-05-291-0/+19
* | | | | Merge branch 'for-2.6.40' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2011-05-291-148/+188
|\ \ \ \ \
| * | | | | svcrpc: complete svsk processing on cb receive failureJ. Bruce Fields2011-04-101-4/+3
| * | | | | svcrpc: take advantage of tcp autotuningOlga Kornievskaia2011-04-071-28/+7
| * | | | | SUNRPC: Don't wait for full record to receive tcp dataJ. Bruce Fields2011-04-071-32/+112
| * | | | | svcrpc: copy cb reply instead of pagesTrond Myklebust2011-04-071-66/+56
| * | | | | svcrpc: close connection if client sends short packetJ. Bruce Fields2011-04-071-14/+7
| * | | | | svcrpc: note network-order types in svc_process_calldirJ. Bruce Fields2011-04-071-3/+3
| * | | | | SUNRPC: svc_tcp_recvfrom cleanupTrond Myklebust2011-04-071-19/+15
| * | | | | SUNRPC: requeue tcp socket less frequentlyTrond Myklebust2011-04-071-1/+4
* | | | | | Merge branch 'nfs-for-2.6.40' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds2011-05-294-45/+518
|\ \ \ \ \ \
| * | | | | | SUNRPC: Support for RPC over AF_LOCAL transportsChuck Lever2011-05-272-3/+400
| * | | | | | SUNRPC: Remove obsolete commentChuck Lever2011-05-271-4/+0