summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2009-10-21net: IPv6 changesKrishna Kumar1-2/+1
2009-10-20IP: CleanupsJohn Dykstra1-1/+1
2009-10-19ah6: convert to ahashSteffen Klassert1-80/+272
2009-10-19net: sk_drops consolidation part 2Eric Dumazet2-2/+3
2009-10-19inet: rename some inet_sock fieldsEric Dumazet10-77/+80
2009-10-15net: sk_drops consolidationEric Dumazet2-6/+3
2009-10-13tcp: replace ehash_size by ehash_maskEric Dumazet1-1/+1
2009-10-13ipv6: fix devconf after adding force_tllao optionCosmin Ratiu1-0/+1
2009-10-13net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman2-2/+2
2009-10-12ipv6 sit: Set relay to 0.0.0.0 directly if relay_prefixlen == 0.YOSHIFUJI Hideaki / 吉藤英明1-3/+6
2009-10-12ipv6 sit: Fix 6rd relay address.YOSHIFUJI Hideaki / 吉藤英明1-2/+2
2009-10-12ipv6 sit: Ensure to initialize 6rd parameters.YOSHIFUJI Hideaki / 吉藤英明1-4/+6
2009-10-08udp: dynamically size hash tables at boot timeEric Dumazet1-3/+3
2009-10-08IPv6: Fix 6RD typoAlexandre Cassen1-1/+1
2009-10-08IPv6: use ipv6_addr_set_v4mapped()Brian Haley3-24/+16
2009-10-08IPv6: use ipv6_addr_copy() in ip6_route_redirect()Brian Haley1-1/+2
2009-10-07net: mark net_proto_ops as constStephen Hemminger1-1/+1
2009-10-07make TLLAO option for NA packets configurableOctavian Purdila2-0/+9
2009-10-07Use sk_mark for IPv6 routing lookupsBrian Haley7-0/+11
2009-10-07ipv6 sit: 6rd (IPv6 Rapid Deployment) Support.YOSHIFUJI Hideaki / 吉藤英明2-8/+135
2009-10-05tunnels: Optimize tx pathEric Dumazet1-2/+3
2009-10-01sit: fix off-by-one in ipip6_tunnel_get_prlSascha Hlusiak1-1/+1
2009-10-01net: Make setsockopt() optlen be unsigned.David S. Miller5-11/+11
2009-09-27Revert "sit: stateless autoconf for isatap"Sascha Hlusiak2-59/+0
2009-09-25tunnel: eliminate recursion fieldEric Dumazet2-15/+0
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan3-10/+10
2009-09-23seq_file: constify seq_operationsJames Morris1-1/+1
2009-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds17-33/+68
2009-09-17ipv6: Log the affected address when DAD failure occursJens Rosenboom1-2/+2
2009-09-17ipv6: Ignore route option with ROUTER_PREF_INVALIDJens Rosenboom1-1/+1
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds1-2/+3
2009-09-15bonding: remap muticast addresses without using dev_close() and dev_open()Moni Shoua2-0/+38
2009-09-15tcp: fix ssthresh u16 leftoverIlpo Järvinen1-2/+3
2009-09-15net: constify struct inet6_protocolAlexey Dobriyan14-28/+24
2009-09-11ipv6: Add IFA_F_DADFAILED flagBrian Haley1-5/+7
2009-09-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller7-53/+70
2009-09-09headers: net/ipv[46]/protocol.c header trimAlexey Dobriyan1-13/+2
2009-09-04ipv6: Fix tcp_v6_send_response(): it didn't set skb transport headerCosmin Ratiu1-0/+1
2009-09-03tcp: replace hard coded GFP_KERNEL with sk_allocationWu Fengguang1-1/+1
2009-09-03ip: Report qdisc packet dropsEric Dumazet3-5/+13
2009-09-02net: file_operations should be constStephen Hemminger1-2/+2
2009-09-02inet: inet_connection_sock_af_ops constStephen Hemminger1-4/+4
2009-09-02tcp: MD5 operations should be constStephen Hemminger1-5/+5
2009-09-02net: seq_operations should be constStephen Hemminger1-1/+1
2009-09-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+3
2009-09-02ipv6: ip6_push_pending_frames() should increment IPSTATS_MIB_OUTDISCARDSEric Dumazet1-0/+1
2009-09-02net: make neigh_ops constantStephen Hemminger1-3/+3
2009-09-02netns: embed ip6_dst_ops directlyAlexey Dobriyan1-21/+13
2009-09-01netdev: convert pseudo-devices to netdev_tx_tStephen Hemminger3-3/+5
2009-08-31netfilter: ip6t_eui: fix read outside array boundsPatrick McHardy1-7/+2