summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | | | | | | | | | [IPV4]: Make struct sockaddr_in::sin_port __be16Alexey Dobriyan2006-09-221-1/+1
| | | * | | | | | | | | | | | | | | [IPV4]: Make struct in_addr::s_addr __be32Alexey Dobriyan2006-09-221-1/+1
| | | * | | | | | | | | | | | | | | [DCCP]: Introduce tx bufferingIan McDonald2006-09-221-0/+2
| | | * | | | | | | | | | | | | | | [NET_SCHED]: Add mask support to fwmark classifierPatrick McHardy2006-09-221-0/+1
| | | * | | | | | | | | | | | | | | [IPV4]: Add support for fwmark masks in routing rulesPatrick McHardy2006-09-221-1/+2
| | | * | | | | | | | | | | | | | | [NET]: Add common helper functions to convert IPv6/IPv4 address string to net...YOSHIFUJI Hideaki2006-09-221-0/+2
| | | * | | | | | | | | | | | | | | [IPV6] ROUTE: Routing by FWMARK.YOSHIFUJI Hideaki2006-09-221-1/+1
| | | * | | | | | | | | | | | | | | [XFRM]: Dynamic xfrm_state hash table sizing.David S. Miller2006-09-221-1/+1
| | | * | | | | | | | | | | | | | | [XFRM] POLICY: Support netlink socket interface for sub policy.Masahide NAKAMURA2006-09-221-0/+7
| | | * | | | | | | | | | | | | | | [XFRM] POLICY: sub policy support.Masahide NAKAMURA2006-09-221-0/+7
| | | * | | | | | | | | | | | | | | [XFRM]: Introduce XFRM_MSG_REPORT.Masahide NAKAMURA2006-09-221-0/+12
| | | * | | | | | | | | | | | | | | [IPV6] MIP6: Add Mobility header definition.Masahide NAKAMURA2006-09-221-0/+1
| | | * | | | | | | | | | | | | | | [IPV6]: Put dsthao after flags in order to pack inet6_skb_parm better.David S. Miller2006-09-221-3/+3
| | | * | | | | | | | | | | | | | | [IPV6] MIP6: Add inbound interface of home address option.Masahide NAKAMURA2006-09-221-0/+3
| | | * | | | | | | | | | | | | | | [IPV6] MIP6: Add home address option definition.Noriaki TAKAMIYA2006-09-222-0/+11
| | | * | | | | | | | | | | | | | | [IPV6] MIP6: Add routing header type 2 definition.Noriaki TAKAMIYA2006-09-221-0/+13
| | | * | | | | | | | | | | | | | | [XFRM] IPV6: Update outbound state timestamp for each sending.Masahide NAKAMURA2006-09-221-0/+1
| | | * | | | | | | | | | | | | | | [XFRM] STATE: Introduce care-of address.Noriaki TAKAMIYA2006-09-221-0/+1
| | | * | | | | | | | | | | | | | | [XFRM] STATE: Common receive function for route optimization extension headers.Masahide NAKAMURA2006-09-221-0/+1
| | | * | | | | | | | | | | | | | | [XFRM] STATE: Search by address using source address list.Masahide NAKAMURA2006-09-221-0/+1
| | | * | | | | | | | | | | | | | | [XFRM]: Add XFRM_MODE_xxx for future use.Masahide NAKAMURA2006-09-221-2/+4
| | | * | | | | | | | | | | | | | | [IPV6]: Cache source address as well in ipv6_pinfo{}.YOSHIFUJI Hideaki2006-09-221-0/+3
| | | * | | | | | | | | | | | | | | [NETFILTER]: x_tables: add data member to struct xt_matchPatrick McHardy2006-09-221-0/+3
| | | * | | | | | | | | | | | | | | [NETFILTER]: nfnetlink: remove unnecessary packed attributesPatrick McHardy2006-09-223-9/+9
| | | * | | | | | | | | | | | | | | [NETFILTER]: x_tables: remove unused size argument to check/destroy functionsPatrick McHardy2006-09-221-6/+2
| | | * | | | | | | | | | | | | | | [NETFILTER]: x_tables: remove unused argument to target functionsPatrick McHardy2006-09-224-8/+4
| | | * | | | | | | | | | | | | | | [NETFILTER]: x_tables: add helpers for mass match/target registrationPatrick McHardy2006-09-221-0/+5
| | | * | | | | | | | | | | | | | | [NETFILTER]: conntrack: introduce connection mark eventPablo Neira Ayuso2006-09-221-0/+4
| | | * | | | | | | | | | | | | | | [NETFILTER]: x_tables: replace IPv4 DSCP target by address family independent...Yasuyuki Kozakai2006-09-222-4/+22
| | | * | | | | | | | | | | | | | | [NETFILTER]: x_tables: replace IPv4 dscp match by address family independent ...Yasuyuki Kozakai2006-09-222-8/+29
| | | * | | | | | | | | | | | | | | [SCTP]: Extend /proc/net/sctp/snmp to provide more statistics.Sridhar Samudrala2006-09-221-33/+0
| | | * | | | | | | | | | | | | | | [RTNETLINK]: Unexport rtnl socketThomas Graf2006-09-221-2/+0
| | | * | | | | | | | | | | | | | | [RTNETLINK]: Add rtnetlink notification interfaceThomas Graf2006-09-221-0/+3
| | | * | | | | | | | | | | | | | | [RTNETLINK]: Use rtnl_unicast() for rtnetlink unicastsThomas Graf2006-09-221-0/+1
| | | * | | | | | | | | | | | | | | [IPV4]: add the UdpSndbufErrors and UdpRcvbufErrors MIBsMartin Bligh2006-09-221-0/+2
| | | * | | | | | | | | | | | | | | [NET]: Increate RT_TABLE_MAX to 2^32Patrick McHardy2006-09-221-3/+1
| | | * | | | | | | | | | | | | | | [NET]: Introduce RTA_TABLE/FRA_TABLE attributesPatrick McHardy2006-09-222-0/+12
| | | * | | | | | | | | | | | | | | [NET]: sock_register interface changesStephen Hemminger2006-09-221-2/+2
| | | * | | | | | | | | | | | | | | [NET]: drop unused elements from net_proto_familyStephen Hemminger2006-09-221-5/+0
| | | * | | | | | | | | | | | | | | [DECNET]: Covert rules to use generic codeSteven Whitehouse2006-09-221-1/+2
| | | * | | | | | | | | | | | | | | [NET]: Round out in-kernel sockets APISridhar Samudrala2006-09-221-0/+19
| | | * | | | | | | | | | | | | | | [NEIGH]: Move netlink neighbour table bits to linux/neighbour.hThomas Graf2006-09-222-101/+94
| | | * | | | | | | | | | | | | | | [NEIGH]: Move netlink neighbour bits to linux/neighbour.hThomas Graf2006-09-222-63/+65
| | | * | | | | | | | | | | | | | | [NETFILTER]: Get rid of HW checksum invalidationPatrick McHardy2006-09-223-8/+10
| | | * | | | | | | | | | | | | | | [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy2006-09-222-10/+11
| | | * | | | | | | | | | | | | | | [NET]: Move netlink interface bits to linux/if.hThomas Graf2006-09-222-132/+130
| | | * | | | | | | | | | | | | | | [IPv4]: Move interface address bits to linux/if_addr.hThomas Graf2006-09-222-56/+53
| | | * | | | | | | | | | | | | | | [IPV6]: Policy Routing RulesThomas Graf2006-09-221-0/+2
| | | * | | | | | | | | | | | | | | [NET]: Protocol Independant Policy Routing Rules FrameworkThomas Graf2006-09-221-0/+60
| | | * | | | | | | | | | | | | | | [NetLabel]: SELinux supportVenkat Yekkirala2006-09-221-12/+13