aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2006-09-22[XFRM]: Fix wildcard as tunnel sourcePatrick McHardy6-31/+75
2006-09-22[TCP]: Send ACKs each 2nd received segment.Alexey Kuznetsov3-3/+9
2006-09-22[SELINUX]: Fix bug in security_sid_mls_copyVenkat Yekkirala1-1/+1
2006-09-22[SCTP]: CleanupsAdrian Bunk4-15/+20
2006-09-22[IPV6] address: Support NLM_F_EXCL when adding addressesThomas Graf1-20/+25
2006-09-22[IPV6] address: Allow address changes while device is administrative downThomas Graf1-6/+0
2006-09-22[IPV6] address: Convert address dumping to new netlink apiThomas Graf1-46/+33
2006-09-22[IPV6] address: Add put_ifaddrmsg() and rt_scope()Thomas Graf1-34/+43
2006-09-22[IPV6] address: Add put_cacheinfo() to dump struct cacheinfoThomas Graf1-34/+38
2006-09-22[IPV6] address: Convert address lookup to new netlink apiThomas Graf1-28/+24
2006-09-22[IPV6] address: Convert address deletion to new netlink apiThomas Graf1-14/+9
2006-09-22[IPV6] address: Convert address addition to new netlink apiThomas Graf1-27/+45
2006-09-22[NETFILTER]: Change tunables to __read_mostlyBrian Haley19-62/+62
2006-09-22[SCTP]: Change globals to __read_mostlyBrian Haley1-1/+1
2006-09-22[BRIDGE]: Change sysctl tunables to __read_mostlyBrian Haley1-4/+4
2006-09-22[GENL]: Provide more information to userspace about registered genl familiesThomas Graf3-2/+58
2006-09-22[RTNETLINK]: Fix netdevice name corruptionPatrick McHardy1-0/+2
2006-09-22[XFRM]: remove xerr_idxp from __xfrm_policy_check()James Morris1-7/+6
2006-09-22[IPSEC]: output mode to take an xfrm state as input paramJamal Hadi Salim8-14/+8
2006-09-22[NET]: Fix sk->sk_filter field accessDmitry Mishin10-71/+61
2006-09-22[IPV6] MIP6: Fix to update IP6CB when cloned skbuff is received at HAO.Masahide NAKAMURA1-0/+7
2006-09-22[XFRM] STATE: Fix flusing with hash mask.Masahide NAKAMURA1-1/+1
2006-09-22[TCP]: Fix rcv mss estimate for LROHerbert Xu1-1/+1
2006-09-22[RTNETLINK]: Fix typo causing wrong skb to be freedThomas Graf1-1/+1
2006-09-22[AF_UNIX]: Change max_dgram_qlen sysctl to __read_mostlyBrian Haley1-1/+1
2006-09-22[NET]: Change somaxconn sysctl to __read_mostlyBrian Haley1-1/+1
2006-09-22[PKT_SCHED] act_simple.c: make struct simp_hash_info staticAdrian Bunk1-1/+1
2006-09-22[NetLabel]: add some missing #includes to various header filesPaul Moore5-2/+19
2006-09-22[NetLabel]: uninline selinux_netlbl_inode_permission()Paul Moore2-43/+25
2006-09-22[NetLabel]: Cleanup ebitmap_import()Paul Moore1-20/+16
2006-09-22[NetLabel]: Comment corrections.Paul Moore1-1/+1
2006-09-22[NetLabel]: remove unused function prototypesPaul Moore1-6/+0
2006-09-22[NetLabel]: Correctly initialize the NetLabel fields.Paul Moore3-2/+67
2006-09-22[DCCP]: Tidyup CCID3 list handlingIan McDonald1-6/+6
2006-09-22[NETFILTER] bridge: debug message fixesStephen Hemminger1-12/+3
2006-09-22[NETFILTER] bridge: simplify nf_bridge_padStephen Hemminger2-19/+12
2006-09-22[NETFILTER] bridge: code rearrangement for clarityStephen Hemminger3-25/+33
2006-09-22[IPV4]: Make struct sockaddr_in::sin_port __be16Alexey Dobriyan1-1/+1
2006-09-22[IPV4]: Make struct in_addr::s_addr __be32Alexey Dobriyan1-1/+1
2006-09-22[NETFILTER]: xt_CONNMARK.c build fixBenoit Boissinot1-2/+2
2006-09-22[IPV6] ROUTE: Fix dst reference counting in ip6_pol_route_lookup().YOSHIFUJI Hideaki1-1/+1
2006-09-22[NETLINK]: Make use of NLA_STRING/NLA_NUL_STRING attribute validationThomas Graf9-26/+17
2006-09-22[NETLINK]: Improve string attribute validationThomas Graf2-14/+50
2006-09-22[UDP]: saddr_cmp function should take const socket pointersDavid S. Miller2-3/+3
2006-09-22[UDP]: Mark udp_port_rover static.David S. Miller1-2/+1
2006-09-22[UDP]: Unify UDPv4 and UDPv6 ->get_port()Gerrit Renker3-126/+64
2006-09-22[NETFILTER]: Fix nf_conntrack_ftp.c build.David S. Miller1-1/+3
2006-09-22[NET]: Use SLAB_PANICAlexey Dobriyan12-62/+22
2006-09-22[NETLINK]: remove third bogus argument from NLA_PUT_FLAGJohannes Berg1-1/+1
2006-09-22[DCCP]: Introduce tx bufferingIan McDonald4-37/+73