summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * [NETFILTER]: Make nf_ct_ipv6_skip_exthdr() static.Adrian Bunk2007-07-311-2/+2
| * [PKTGEN]: make get_ipsec_sa() static and non-inlineAdrian Bunk2007-07-311-2/+1Star
| * [IPV6]: ipv6_addr_type() doesn't know about RFC4193 addresses.Dave Johnson2007-07-311-0/+3
| * [NET]: Fix prio_tune() handling of root qdisc.Peter P Waskiewicz Jr2007-07-311-2/+4
| * [NET]: Fix sch_api to properly set sch->parent on the root.Patrick McHardy2007-07-311-5/+12
| * [NET_SCHED]: Fix prio/ingress classification logic errorPatrick McHardy2007-07-312-6/+4Star
| * [IPV4/IPV6]: Fail registration if inet device construction failsHerbert Xu2007-07-312-6/+7
| * [NET]: Allow netdev REGISTER/CHANGENAME events to failHerbert Xu2007-07-311-10/+52
| * [NET]: Take dev_base_lock when moving device name hash list entryHerbert Xu2007-07-311-0/+4
| * [NET]: Call uninit if necessary in register_netdeviceHerbert Xu2007-07-311-3/+8
| * [IPVS]: Use skb_forward_csumHerbert Xu2007-07-311-1/+1
| * [PKTGEN]: Add missing KERN_* tags to printk()s.David S. Miller2007-07-311-46/+57
| * [BLUETOOTH] l2cap: don't mangle cmd.lenAl Viro2007-07-311-1/+0Star
| * [BLUETOOTH]: pass (host-endian) cmd length as explicit argument to l2cap_conf...Al Viro2007-07-311-9/+11
| * [BLUETOOTH] l2cap: endianness annotationsAl Viro2007-07-311-13/+14
| * [BLUETOOTH]: Fix endianness bug in l2cap_sock_listen()Al Viro2007-07-311-1/+1
| * [IRDA]: Fix rfcomm use-after-freeMarcel Holtmann2007-07-311-2/+3
| * [IPV6]: Don't update ADVMSS on routes where the MTU is not also updatedSimon Arlott2007-07-311-2/+3
| * [TIPC]: fix tipc_link_create error handlingFlorian Westphal2007-07-311-13/+15
| * [NET]: kernel-doc fixesRandy Dunlap2007-07-311-5/+11
| * [TCP]: htcp - use measured rttStephen Hemminger2007-07-311-4/+4
| * [TCP]: cubic - eliminate use of receive time stampStephen Hemminger2007-07-311-28/+18Star
| * [TCP]: congestion control API pass RTT in microsecondsStephen Hemminger2007-07-3111-28/+38
* | fs: 9p/conv.c error path fixMariusz Kozlowski2007-08-011-0/+1
|/
* [S390] Convert to smp_call_function_single.Heiko Carstens2007-07-271-7/+8
* net/* misc endianness annotationsAl Viro2007-07-265-12/+10Star
* ip6_tunnel - endianness annotationsAl Viro2007-07-261-9/+8Star
* netfilter endian regressionsAl Viro2007-07-267-16/+19
* Cleanup non-arch xtime uses, use get_seconds() or current_kernel_time().john stultz2007-07-254-6/+6
* [8021Q]: vlan_ioctl_handler: fix return valueAndrew Morton2007-07-251-0/+2
* [GENETLINK]: Correctly report errors while registering a multicast groupThomas Graf2007-07-251-1/+1
* [GENETLINK]: Fix adjustment of number of multicast groupsThomas Graf2007-07-251-1/+1
* [GENETLINK]: Fix race in genl_unregister_mc_groups()Thomas Graf2007-07-251-8/+16
* [NETFILTER]: Clean up duplicate includes in net/netfilter/Jesper Juhl2007-07-254-4/+0Star
* [NETFILTER]: Clean up duplicate includes in net/bridge/Jesper Juhl2007-07-252-2/+0Star
* [NETFILTER]: Fix logging regressionPatrick McHardy2007-07-254-18/+8Star
* [TCPv6] MD5SIG: Ensure to reset allocation count to avoid panic.YOSHIFUJI Hideaki2007-07-251-0/+1
* nfsd: fix possible oops on re-insertion of rpcsec_gss modulesJ. Bruce Fields2007-07-241-4/+5
* 9p: Don't use binary sysctl numbers.Eric W. Biederman2007-07-221-13/+8Star
* [NET]: Add missing entries to family name tablesDavid Howells2007-07-221-1/+2
* [IPV6]: endianness bug in ip6_tunnelAl Viro2007-07-221-2/+2
* [IrDA] Typo fix in irnetlink.c copyrightSamuel Ortiz2007-07-221-1/+1
* [NET]: Fix loopback crashes when multiqueue is enabled.Patrick McHardy2007-07-211-2/+2
* [IPV4]: Fix inetpeer gcc-4.2 warningsPatrick McHardy2007-07-211-2/+2
* ANSIfy a couple of functions in netfilterAl Viro2007-07-201-2/+2
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-2033-42/+41Star
* missed cong_avoid() instanceAl Viro2007-07-201-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2007-07-194-0/+96
|\
| * SELinux: enable dynamic activation/deactivation of NetLabel/SELinux enforcementPaul Moore2007-07-194-0/+96
* | SUNRPC: move bkl locking and xdr proc invocation into a common helperJ. Bruce Fields2007-07-192-27/+7Star