summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2008-07-27missing bits of net-namespace / sysctlAl Viro-16/+41
2008-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-24/+33
2008-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds-204/+207
2008-07-26[PATCH] f_count may wrap aroundAl Viro-12/+12
2008-07-26[PATCH] sysctl: make sure that /proc/sys/net/ipv4 appears before per-ns onesAl Viro-0/+11
2008-07-26[PATCH] beginning of sysctl cleanup - ctl_table_setAl Viro-12/+10
2008-07-26netns: fix ip_rt_frag_needed rt_is_expiredHugh Dickins-1/+1
2008-07-26netfilter: nf_conntrack_extend: avoid unnecessary "ct->ext" dereferencesPatrick McHardy-4/+4
2008-07-26netfilter: fix double-free and use-after freePekka Enberg-1/+1
2008-07-26netfilter: arptables in netns for realAlexey Dobriyan-9/+30
2008-07-26netfilter: ip{,6}tables_security: fix future section mismatchAlexey Dobriyan-2/+2
2008-07-26netfilter: ebtables: use nf_register_hooks()Alexey Dobriyan-26/+10
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan-2/+2
2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori-1/+2
2008-07-26Revert "pkt_sched: sch_sfq: dump a real number of flows"David S. Miller-8/+1
2008-07-26syncookies: Make sure ECN is disabledFlorian Westphal-0/+2
2008-07-25net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen-153/+156
2008-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds-608/+409
2008-07-25sysctl: allow override of /proc/sys/net with CAP_NET_ADMINStephen Hemminger-0/+14
2008-07-25printk ratelimiting rewriteDave Young-5/+4
2008-07-25list_for_each_rcu must die: networkingPaul E. McKenney-15/+7
2008-07-25ipsec: ipcomp - Decompress into frags if necessaryHerbert Xu-6/+42
2008-07-25ipsec: ipcomp - Merge IPComp implementationsHerbert Xu-606/+371
2008-07-25pkt_sched: Fix locking in shutdown_scheduler_queue()David S. Miller-2/+2
2008-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds-9/+12
2008-07-24flag parameters: check magic constantsUlrich Drepper-0/+6
2008-07-24flag parameters: NONBLOCK in socket and socketpairUlrich Drepper-10/+10
2008-07-24flag parameters: paccept w/out set_restore_sigmaskUlrich Drepper-0/+17
2008-07-24flag parameters: pacceptUlrich Drepper-12/+121
2008-07-24flag parameters: socket and socketpairUlrich Drepper-10/+22
2008-07-23pkt_sched: sch_sfq: dump a real number of flowsJarek Poplawski-1/+8
2008-07-23Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-4/+5
2008-07-23netfilter: make security table depend on NETFILTER_ADVANCEDPatrick McHardy-2/+2
2008-07-23tcp: Clear probes_out more aggressively in tcp_ack().David S. Miller-2/+1
2008-07-23net: Update entry in af_family_clock_key_stringsOliver Hartkopp-1/+1
2008-07-23netdev: Remove warning from __netif_schedule().David S. Miller-3/+0
2008-07-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djb...Linus Torvalds-0/+1
2008-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds-90/+115
2008-07-22I/OAT: tcp_dma_copybreak default value dependent on I/OAT versionMaciej Sosnowski-0/+1
2008-07-22ipv6: icmp6_dst_gc return changeStephen Hemminger-8/+5
2008-07-22ipv6: use kcallocStephen Hemminger-3/+3
2008-07-22ipv6: use spin_trylock_bhStephen Hemminger-3/+1
2008-07-22ipv6: use round_jiffiesStephen Hemminger-2/+3
2008-07-22netns: dont alloc ipv6 fib timer listStephen Hemminger-27/+13
2008-07-22ipv6: make struct ipv6_devconf staticAdrian Bunk-1/+1
2008-07-22sctp: remove sctp_assoc_proc_exit()Adrian Bunk-5/+0
2008-07-22sctp: make sctp_outq_flush() staticAdrian Bunk-1/+3
2008-07-22pkt_sched: make qdisc_class_hash_alloc() staticAdrian Bunk-1/+1
2008-07-22netdev: Handle ->addr_list_lock just like ->_xmit_lock for lockdep.David S. Miller-6/+29
2008-07-22net: Fix build failure with 'make mandocs'.Dave Jones-26/+25