summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2010-02-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller9-57/+66
2010-02-04dccp: fix auto-loading of dccp(_probe)Gerrit Renker1-2/+2
2010-02-04dccp: fix bug in cache allocationGerrit Renker2-4/+6
2010-02-04netlink: fix for too early rmmodAlexey Dobriyan1-0/+5
2010-02-04af_key: fix netns ops ordering on module load/unloadAlexey Dobriyan1-7/+8
2010-02-03xfrm: avoid spinlock in get_acqseq()Eric Dumazet1-5/+4
2010-02-02ipv4: ip_fragment: fix unbalanced rcu_read_unlock()Patrick McHardy1-3/+2
2010-02-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2-2/+3
2010-02-02igmp: fix ip_mc_sf_allow race [v5]Flavio Leitner1-21/+62
2010-02-02can: deny filterlist access on non-CAN interfacesOliver Hartkopp1-0/+6
2010-01-30Bluetooth: Use the control channel for raw HID reportsBastien Nocera1-34/+36
2010-01-30Bluetooth: Fix memory leak in L2CAPAndrei Emeltchenko1-1/+2
2010-01-30Bluetooth: Remove double free of SKB pointer in L2CAPAndrei Emeltchenko1-7/+4
2010-01-29sched: add head drop fifo queueHagen Paul Pfeifer2-0/+35
2010-01-28netns xfrm: ipcomp6 supportAlexey Dobriyan1-5/+8
2010-01-28netns xfrm: ipcomp supportAlexey Dobriyan1-3/+6
2010-01-28netns xfrm: xfrm6_tunnel in netnsAlexey Dobriyan2-59/+85
2010-01-28netns xfrm: fixup xfrm6_tunnel error propagationAlexey Dobriyan1-5/+11
2010-01-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller9-48/+110
2010-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-1/+1
2010-01-27net/atm: Cleanup dprint/ddprintk #defines and usesJoe Perches3-107/+124
2010-01-27net/atm/lec.c: Add __lec_arp_check_expire and other cleanupsJoe Perches1-73/+80
2010-01-27net/atm/svc.c: checkpatch cleanupsJoe Perches1-124/+125
2010-01-27net/atm/signaling.c: checkpatch cleanupsJoe Perches1-101/+101
2010-01-27net/atm/resources.c: checkpatch cleanupsJoe Perches1-198/+192
2010-01-27net/atm/raw.c: checkpatch cleanupsJoe Perches1-14/+7
2010-01-27net/atm/pvc.c: checkpatch cleanupsJoe Perches1-22/+21
2010-01-27net/atm/proc.c: checkpatch cleanupsJoe Perches1-37/+44
2010-01-27net/atm/pppoatm.c: checkpatch cleanupsJoe Perches1-4/+7
2010-01-27net/atm/mpoa_proc.c: checkpatch cleanupsJoe Perches1-33/+31
2010-01-27net/atm/mpoa_caches.c: checkpatch cleanupsJoe Perches1-72/+88
2010-01-27net/atm/mpc.c: checkpatch cleanupsJoe Perches1-193/+252
2010-01-27net/atm/lec.c: checkpatch cleanupsJoe Perches1-148/+136
2010-01-27net/atm/ioctl.c: checkpatch cleanupsJoe Perches1-98/+97
2010-01-27net/atm/common.c: checkpatch cleanupsJoe Perches1-165/+173
2010-01-27net/atm/clip.c: checkpatch cleanupsJoe Perches1-14/+12
2010-01-27net/atm/br2684.c: checkpatch cleanupsJoe Perches1-41/+31
2010-01-27net/atm/atm_sysfs.c: checkpatch cleanupsJoe Perches1-13/+14
2010-01-27net/atm/atm_misc.c: checkpatch cleanupsJoe Perches1-24/+16
2010-01-27net/atm/addr.c: Convert include <asm to include <linuxJoe Perches1-1/+1
2010-01-27net/atm: Convert printk to pr_<level>Joe Perches12-212/+190
2010-01-26mac80211: fix NULL pointer dereference when ftrace is enabledZhu Yi1-1/+1
2010-01-26netfilter: ctnetlink: fix expectation mask dumpPatrick McHardy1-1/+2
2010-01-26ipv6: conntrack: Add member of user to nf_ct_frag6_queue structureShan Wei1-0/+1
2010-01-26tcp_probe: avoid modulus operation and wrap fixStephen Hemminger1-9/+10
2010-01-26net: use helpers to access uc list V2Jiri Pirko1-2/+2
2010-01-25netns xfrm: deal with dst entries in netnsAlexey Dobriyan3-20/+78
2010-01-25vlan: fix vlan_skb_recv()Eric Dumazet1-1/+1
2010-01-24netns xfrm: fix "ip xfrm state|policy count" misreportAlexey Dobriyan3-17/+19
2010-01-23IP: Send an ICMP "Fragment Reassembly Timeout" message when enabling connecti...Shan Wei1-4/+30