summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-289-48/+110
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-01-281-1/+1
| |\
| | * mac80211: fix NULL pointer dereference when ftrace is enabledZhu Yi2010-01-261-1/+1
| * | ipv6: conntrack: Add member of user to nf_ct_frag6_queue structureShan Wei2010-01-261-0/+1
| * | tcp_probe: avoid modulus operation and wrap fixStephen Hemminger2010-01-251-9/+10
| * | netns xfrm: deal with dst entries in netnsAlexey Dobriyan2010-01-243-20/+78
| * | vlan: fix vlan_skb_recv()Eric Dumazet2010-01-241-1/+1
| * | netns xfrm: fix "ip xfrm state|policy count" misreportAlexey Dobriyan2010-01-233-17/+19
* | | net/atm: Cleanup dprint/ddprintk #defines and usesJoe Perches2010-01-263-107/+124
* | | net/atm/lec.c: Add __lec_arp_check_expire and other cleanupsJoe Perches2010-01-261-73/+80
* | | net/atm/svc.c: checkpatch cleanupsJoe Perches2010-01-261-124/+125
* | | net/atm/signaling.c: checkpatch cleanupsJoe Perches2010-01-261-101/+101
* | | net/atm/resources.c: checkpatch cleanupsJoe Perches2010-01-261-198/+192
* | | net/atm/raw.c: checkpatch cleanupsJoe Perches2010-01-261-14/+7
* | | net/atm/pvc.c: checkpatch cleanupsJoe Perches2010-01-261-22/+21
* | | net/atm/proc.c: checkpatch cleanupsJoe Perches2010-01-261-37/+44
* | | net/atm/pppoatm.c: checkpatch cleanupsJoe Perches2010-01-261-4/+7
* | | net/atm/mpoa_proc.c: checkpatch cleanupsJoe Perches2010-01-261-33/+31
* | | net/atm/mpoa_caches.c: checkpatch cleanupsJoe Perches2010-01-261-72/+88
* | | net/atm/mpc.c: checkpatch cleanupsJoe Perches2010-01-261-193/+252
* | | net/atm/lec.c: checkpatch cleanupsJoe Perches2010-01-261-148/+136
* | | net/atm/ioctl.c: checkpatch cleanupsJoe Perches2010-01-261-98/+97
* | | net/atm/common.c: checkpatch cleanupsJoe Perches2010-01-261-165/+173
* | | net/atm/clip.c: checkpatch cleanupsJoe Perches2010-01-261-14/+12
* | | net/atm/br2684.c: checkpatch cleanupsJoe Perches2010-01-261-41/+31
* | | net/atm/atm_sysfs.c: checkpatch cleanupsJoe Perches2010-01-261-13/+14
* | | net/atm/atm_misc.c: checkpatch cleanupsJoe Perches2010-01-261-24/+16
* | | net/atm/addr.c: Convert include <asm to include <linuxJoe Perches2010-01-261-1/+1
* | | net/atm: Convert printk to pr_<level>Joe Perches2010-01-2612-212/+190
* | | net: use helpers to access uc list V2Jiri Pirko2010-01-251-2/+2
* | | IP: Send an ICMP "Fragment Reassembly Timeout" message when enabling connecti...Shan Wei2010-01-231-4/+30
* | | icmp: move icmp_err_convert[] to .rodataAlexey Dobriyan2010-01-231-1/+1
* | | net: constify MIB name tablesAlexey Dobriyan2010-01-234-10/+10
* | | neigh: simplify seq_file codeAlexey Dobriyan2010-01-231-7/+4
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-2323-38/+101
|\ \ \ | |/ /
| * | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-01-2226-294/+344
| |\ \
| | * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-01-1411-46/+161
| | |\ \
| | * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-01-1211-36/+53
| | |\ \ \
| | * \ \ \ Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2010-01-083-3/+20
| | |\ \ \ \
| | | * | | | sunrpc: fix build-time warningRandy Dunlap2010-01-061-1/+1
| | | * | | | sunrpc: on successful gss error pipe write, don't return errorJeff Layton2009-12-181-1/+16
| | | * | | | SUNRPC: Fix the return value in gss_import_sec_context()Trond Myklebust2009-12-181-1/+1
| | | * | | | SUNRPC: Fix up an error return value in gss_import_sec_context_kerberos()Trond Myklebust2009-12-181-1/+3
| | * | | | | Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2010-01-061-1/+2
| | |\ \ \ \ \
| | | * | | | | sunrpc: fix peername failed on closed listenerXiaotian Feng2010-01-061-1/+2
| | * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-12-3012-11/+84
| | |\ \ \ \ \ \
| * | | | | | | | netlink: With opcode INET_DIAG_BC_S_LE dport was compared in inet_diag_bc_run()Roel Kluin2010-01-191-1/+1
| * | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-01-193-1/+5
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| | * | | | | | | mac80211: fix sign error in pid controllerBob Copeland2010-01-181-1/+1
| | * | | | | | | mac80211: check that ieee80211_set_power_mgmt only handles STA interfaces.Benoit Papillault2010-01-151-0/+3
OpenPOWER on IntegriCloud