aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet9-27/+27
2011-12-10udp_diag: Fix the !ipv6 casePavel Emelyanov1-0/+2
2011-12-10udp_diag: Make it module when ipv6 is a modulePavel Emelyanov1-1/+1
2011-12-09udp_diag: Wire the udp_diag module into kbuildPavel Emelyanov2-0/+5
2011-12-09udp_diag: Implement the dump-all functionalityPavel Emelyanov1-0/+54
2011-12-09udp_diag: Implement the get_exact dumping functionalityPavel Emelyanov1-1/+51
2011-12-09udp_diag: Basic skeletonPavel Emelyanov1-0/+95
2011-12-09udp: Export code sk lookup routinesPavel Emelyanov1-1/+2
2011-12-09inet_diag: Generalize inet_diag dump and get_exact callsPavel Emelyanov2-6/+20
2011-12-09inet_diag: Introduce the inet socket dumping routinePavel Emelyanov1-19/+34
2011-12-09inet_diag: Introduce the byte-code run on an inet socketPavel Emelyanov1-24/+31
2011-12-09inet_diag: Split inet_diag_get_exact into partsPavel Emelyanov1-12/+16
2011-12-09inet_diag: Split inet_diag_get_exact into partsPavel Emelyanov1-16/+22
2011-12-09inet_diag: Export inet diag cookie checking routinePavel Emelyanov1-5/+14
2011-12-09inet_diag: Reduce the number of args for bytecode run routinePavel Emelyanov1-6/+8
2011-12-09inet_diag: Remove indirect sizeof from inet diag handlersPavel Emelyanov2-4/+2
2011-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-28/+19
2011-12-06sock_diag: Move the sock_ code to net/core/Pavel Emelyanov1-99/+6
2011-12-06inet_diag: Cleanup type2proto last userPavel Emelyanov1-23/+24
2011-12-06inet_diag: Introduce socket family checksPavel Emelyanov1-1/+11
2011-12-06inet_diag: Switch the _dump to work with new headerPavel Emelyanov1-18/+53
2011-12-06inet_diag: Switch the _get_exact to work with new headerPavel Emelyanov1-7/+22
2011-12-06inet_diag: Introduce new inet_diag_req headerPavel Emelyanov1-7/+7
2011-12-06sock_diag: Initial skeletonPavel Emelyanov1-2/+100
2011-12-06inet_diag: Switch from _GETSOCK to IPPROTO_ numbersPavel Emelyanov2-13/+25
2011-12-06inet_diag: Move byte-code finding up the call-stackPavel Emelyanov1-19/+17
2011-12-06sock_diag: Introduce new message typePavel Emelyanov1-2/+15
2011-12-06inet_diag: Partly rename inet_ to sock_Pavel Emelyanov2-15/+20
2011-12-06ipv4: arp: Cleanup in arp.cIgor Maravic1-10/+10
2011-12-05tcp: remove TCP_OFF and TCP_PAGE macrosEric Dumazet1-13/+10
2011-12-05tcp: fix tcp_trim_head()Eric Dumazet1-5/+8
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller3-3/+3
2011-12-05ipv4: Fix peer validation on cached lookup.David S. Miller1-22/+13
2011-12-04tcp: tcp_sendmsg() page recyclingEric Dumazet1-1/+6
2011-12-04tcp: take care of misalignmentsEric Dumazet1-1/+9
2011-12-04tcp: drop SYN+FIN messagesEric Dumazet1-0/+2
2011-12-03ipv4: make sure RTO_ONLINK is saved in routing cacheJulian Anastasov1-6/+6
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-18/+49
2011-12-01ipv4: flush route cache after change accept_localPeter Pan(潘卫平)1-0/+5
2011-12-01Revert "udp: remove redundant variable"David S. Miller1-7/+8
2011-12-01ipv4: Perform peer validation on cached route lookup.David S. Miller1-7/+19
2011-12-01ipv4: use a 64bit load/store in output pathEric Dumazet1-4/+17
2011-11-30ipv4 : igmp : Delete useless parameter in ip_mc_add1_src()Jun Zhao1-2/+2
2011-11-30atm: clip: Use device neigh support on top of "arp_tbl".David Miller2-13/+2
2011-11-30neigh: Do not set tbl->entry_size in ipv4/ipv6 neigh tables.David Miller1-1/+0
2011-11-30ipv4: fix lockdep splat in rt_cache_seq_showEric Dumazet1-2/+6
2011-11-30tcp: inherit listener congestion control for passive cnxEric Dumazet2-1/+4
2011-11-29ipv4: remove useless codes in ipmr_device_event()RongQing.Li1-3/+1
2011-11-29tcp: avoid frag allocation for small framesEric Dumazet1-3/+6
2011-11-29Merge branch 'nf' of git://1984.lsi.us.es/netDavid S. Miller1-1/+2