summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day
2007-10-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds
2007-10-19Use task_pid_nr() in ip_vs_sync.cPavel Emelyanov
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov
2007-10-19define global BIT macroJiri Slaby
2007-10-19get rid of input BIT* duplicate definesJiri Slaby
2007-10-19remove asm/bitops.h includesJiri Slaby
2007-10-19pid namespaces: changes to show virtual ids to userPavel Emelyanov
2007-10-19Make access to task's nsproxy lighterPavel Emelyanov
2007-10-18[NET]: Fix possible dev_deactivate race conditionHerbert Xu
2007-10-18[INET]: Justification for local port range robustness.Anton Arapov
2007-10-18[PACKET]: Kill unused pg_vec_endpage() functionPatrick McHardy
2007-10-18Merge branch 'fixes-davem' of master.kernel.org:/pub/scm/linux/kernel/git/lin...David S. Miller
2007-10-18[NET]: QoS/Sched as menuconfigRandy Dunlap
2007-10-18[NET]: Fix bug in sk_filter race cures.Olof Johansson
2007-10-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds
2007-10-18sysctl: properly register the irda binary sysctl numbersEric W. Biederman
2007-10-18sysctl: remove broken netfilter binary sysctlsEric W. Biederman
2007-10-18sysctl: ipv4 remove binary sysctl paths where they are brokenEric W. Biederman
2007-10-18sysctl: remove broken sunrpc debug binary sysctlsEric W. Biederman
2007-10-18sysctl: ipv6 route flushing (kill binary path)Eric W. Biederman
2007-10-18sysctl: fix neighbour table sysctls.Eric W. Biederman
2007-10-18[PATCH] mac80211: make ieee802_11_parse_elems return voidJohn W. Linville
2007-10-18[IPV6]: Fix again the fl6_sock_lookup() fixed lockingPavel Emelyanov
2007-10-18[NETFILTER]: nf_conntrack_tcp: fix connection reopening fixJozsef Kadlecsik
2007-10-18[IPV6]: Fix race in ipv6_flowlabel_opt() when inserting two labelsPavel Emelyanov
2007-10-18[IPV6]: Lost locking in fl6_sock_lookupPavel Emelyanov
2007-10-18[IPV6]: Lost locking when inserting a flowlabel in ipv6_fl_listPavel Emelyanov
2007-10-18[NETFILTER]: xt_sctp: fix mistake to pass a pointer where array is requiredLi Zefan
2007-10-18[TCP]: Remove lost_retrans zero seqno special casesIlpo Järvinen
2007-10-17[NET]: fix carrier-on bug?Jeff Garzik
2007-10-17[NET]: Fix uninitialised variable in ip_frag_reasm()David Howells
2007-10-17[IPSEC]: Rename mode to outer_mode and add inner_modeHerbert Xu
2007-10-17[IPSEC]: Disallow combinations of RO and AH/ESP/IPCOMPHerbert Xu
2007-10-17[IPSEC]: Use the top IPv4 route's peer instead of the bottomHerbert Xu
2007-10-17[IPSEC]: Store afinfo pointer in xfrm_modeHerbert Xu
2007-10-17[IPSEC]: Add missing BEET checksHerbert Xu
2007-10-17[IPSEC]: Move type and mode map into xfrm_state.cHerbert Xu
2007-10-17[IPSEC]: Fix length check in xfrm_parse_spiHerbert Xu
2007-10-17[IPSEC]: Move ip_summed zapping out of xfrm6_rcv_spiHerbert Xu
2007-10-17[IPSEC]: Get nexthdr from caller in xfrm6_rcv_spiHerbert Xu
2007-10-17[IPSEC]: Move tunnel parsing for IPv4 out of xfrm4_inputHerbert Xu
2007-10-17[IPSEC]: Fix pure tunnel modes involving IPv6Herbert Xu
2007-10-17[IPV6]: Cleanup snmp6_alloc_dev()Pavel Emelyanov
2007-10-17[IPV6]: Fix return type for snmp6_free_dev()Pavel Emelyanov
2007-10-17[NET]: Fix the race between sk_filter_(de|at)tach and sk_clone()Pavel Emelyanov
2007-10-17[NET]: Cleanup the error path in sk_attach_filterPavel Emelyanov
2007-10-17[NET]: Move the filter releasing into a separate callPavel Emelyanov
2007-10-17[NET]: Introduce the sk_detach_filter() callPavel Emelyanov
2007-10-17[MAC80211]: only honor IW_SCAN_THIS_ESSID in STA, IBSS, and AP modesJohn W. Linville