aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2006-12-02[SCTP]: sctp_init_addrs() switched to net-endian.Al Viro2-4/+4
2006-12-02[SCTP]: Switch sctp_assoc_is_match to net-endian.Al Viro2-14/+20
2006-12-02[SCTP]: Switch sctp_endpoint_is_match() to net-endian.Al Viro2-6/+7
2006-12-02[SCTP]: Switch sctp_del_bind_addr() to net-endian.Al Viro3-17/+7
2006-12-02[SCTP]: Switch address inside the heartbeat opaque data to net-endian.Al Viro1-4/+2
2006-12-02[SCTP]: Switch sctp_assoc_lookup_paddr() to net-endian.Al Viro5-13/+19
2006-12-02[SCTP]: sctp_assoc_del_peer() switched to net-endian.Al Viro3-7/+4
2006-12-02[SCTP]: Annotate ->dst_saddr()Al Viro2-6/+4
2006-12-02[SCTP]: Switch ->primary_addr to net-endian.Al Viro3-8/+4
2006-12-02[SCTP]: Switch sctp_bind_addr_match() to net-endian.Al Viro4-11/+9
2006-12-02[SCTP]: Switch ->cmp_addr() and sctp_cmp_addr_exact() to net-endian.Al Viro8-25/+41
2006-12-02[SCTP]: Pass net-endian to ->seq_dump_addr()Al Viro1-2/+2
2006-12-02[SCTP] embedded sctp_addr: net-endian mirrorsAl Viro5-7/+15
2006-12-02[SCTP]: Beginning of conversion to net-endian for embedded sctp_addr.Al Viro11-87/+87
2006-12-02[SCTP] bug: endianness problem in sctp_getsockopt_sctp_status()Al Viro1-2/+2
2006-12-02[SCTP] bug: sctp_assoc_control_transport() breakageAl Viro1-2/+4
2006-12-02[SCTP] bug: sctp_find_unmatch_addr() compares net-endian to host-endianAl Viro1-1/+3
2006-12-02[SCTP] bug: sctp_assoc_lookup_laddr() is broken with ipv6.Al Viro1-1/+3
2006-12-02[SCTP]: Beginning of sin_port fixes.Al Viro1-17/+12
2006-12-02[SCTP]: Trivial sctp endianness annotations.Al Viro4-13/+13
2006-12-02[SCTP]: SCTP_CMD_ASSOC_FAILED annotations.Al Viro2-13/+13
2006-12-02[SCTP]: SCTP_CMD_INIT_FAILED annotations.Al Viro2-7/+7
2006-12-02[SCTP]: sctp_stop_t1_and_abort() annotations.Al Viro1-4/+4
2006-12-02[SCTP]: sctp_make_op_error() annotations.Al Viro1-1/+1
2006-12-02[SCTP]: Annotate sctp_init_cause().Al Viro1-1/+1
2006-12-02[IPV6] net/ipv6/sit.c: make 2 functions staticAdrian Bunk1-2/+2
2006-12-02[XFRM]: Make copy_to_user_policy_type take a typeJamal Hadi Salim1-7/+7
2006-12-02[BRIDGE] netlink: Convert bridge netlink code to new netlink interfaceThomas Graf1-54/+38
2006-12-02[DCCP]: Adds the tx buffer sysctlsIan McDonald1-0/+9
2006-12-02[DCCP] CCID3: Remove non-referenced variableIan McDonald1-3/+0
2006-12-02[DCCP]: Make dccp_probe more portableIan McDonald1-2/+4
2006-12-02[CCID 3]: Add annotations for socket structuresGerrit Renker1-35/+55
2006-12-02[DCCP]: Simplified conditions due to use of enum:8 statesGerrit Renker14-156/+115
2006-12-02[DCCP]: Set TX Queue Length Bounds via SysctlIan McDonald2-0/+11
2006-12-02[DCCP]: Add CCID3 debug support to KconfigGerrit Renker2-8/+19
2006-12-02[DCCP]: enable debug messages also for static buildsGerrit Renker5-26/+37
2006-12-02NetLabel: honor the audit_enabled flagPaul Moore4-39/+50
2006-12-02NetLabel: use cipso_v4_doi_search() for local CIPSOv4 functionsPaul Moore1-3/+3
2006-12-02NetLabel: return the correct error for translated CIPSOv4 tagsPaul Moore1-0/+4
2006-12-02NetLabel: fixup the handling of CIPSOv4 tags to allow for multiple tag typesPaul Moore1-60/+53
2006-12-02NetLabel: add tag verification when adding new CIPSOv4 DOI definitionsPaul Moore1-0/+14
2006-12-02NetLabel: check for a CIPSOv4 option before we do call into the CIPSOv4 layerPaul Moore2-6/+2
2006-12-02NetLabel: make netlbl_lsm_secattr struct easier/quicker to understandPaul Moore2-9/+18
2006-12-02NetLabel: convert the unlabeled accept flag to use RCUPaul Moore1-7/+21
2006-12-02[TCP]: Tidy up skb_entailArnaldo Carvalho de Melo1-5/+6
2006-12-02[NETROM]: Use kmemdupArnaldo Carvalho de Melo1-5/+7
2006-12-02[AX25]: Use kmemdupArnaldo Carvalho de Melo4-9/+11
2006-12-02[DECNET]: Use kmemdupArnaldo Carvalho de Melo1-3/+1
2006-12-02[DCCP]: Use kmemdupArnaldo Carvalho de Melo1-8/+4
2006-12-02[IPV6]: Use kmemdupArnaldo Carvalho de Melo4-12/+6
2006-12-02[TCP] minisocks: Use kmemdup and LIMIT_NETDEBUGArnaldo Carvalho de Melo1-4/+3
2006-12-02[IPV4]: Use kmemdup in net/ipv4/devinet.cArnaldo Carvalho de Melo1-2/+2
2006-12-02[NETLABEL]: Use kmemdup in cipso_ipv4.cArnaldo Carvalho de Melo1-2/+1
2006-12-02[TCP_IPV4]: Use kmemdup where appropriateArnaldo Carvalho de Melo1-24/+25
2006-12-02[TCP_IPV4]: CodingStyle cleanups, no code changeArnaldo Carvalho de Melo1-68/+75
2006-12-02[DCCP] CCID2: Code optimizationsAndrea Bittau2-2/+21
2006-12-02[NET]: Conditionally use bh_lock_sock_nested in sk_receive_skbArnaldo Carvalho de Melo4-5/+8
2006-12-02[DCCP]: One NET_INC_STATS() could be NET_INC_STATS_BH in dccp_v4_err()Arnaldo Carvalho de Melo1-1/+1
2006-12-02[DCCP]: Introduce DCCP_{BUG{_ON},CRIT} macros, use enum:8 for the ccid3 statesGerrit Renker3-35/+37
2006-12-02[NET/IPv4]: Make udp_push_pending_frames staticGerrit Renker1-1/+1
2006-12-02[IPV6]: udp.c build fixDavid S. Miller1-1/+1
2006-12-02[NET]: More dccp endianness annotations.Al Viro1-2/+2
2006-12-02[NET]: netfilter checksum annotationsAl Viro11-87/+47
2006-12-02[NET]: ipvs checksum annotations.Al Viro2-6/+6
2006-12-02[NET]: Make mangling a checksum (0 -> 0xffff on the wire) explicit.Al Viro6-10/+10
2006-12-02[NET]: Annotate __skb_checksum_complete() and friends.Al Viro7-11/+11
2006-12-02[NET]: Annotate ip_vs_checksum_complete() and callers.Al Viro1-1/+1
2006-12-02[NET]: Annotate skb_copy_and_csum_bits() and callers.Al Viro1-3/+3
2006-12-02[NET]: Annotate skb_checksum() and callers.Al Viro1-2/+2
2006-12-02[NET]: Annotate callers of the reset of checksum.h stuff.Al Viro6-7/+8
2006-12-02[NET]: Annotate callers of csum_partial_copy_...() and csum_and_copy...() in ...Al Viro3-5/+5
2006-12-02[NET]: Annotate csum_partial() callers in net/*Al Viro4-8/+9
2006-12-02[NET]: annotate csum_ipv6_magic() callers in net/*Al Viro7-26/+27
2006-12-02[NET]: Annotate csum_tcpudp_magic() callers in net/*Al Viro1-1/+1
2006-12-02[NET]: Annotate csum_tcpudp_magic() callers in net/*Al Viro1-1/+2
2006-12-02[NET]: Annotate callers of csum_tcpudp_nofold() in net/*Al Viro1-2/+2
2006-12-02[NET]: Annotate callers of csum_fold() in net/*Al Viro13-22/+24
2006-12-02[NET]: Kill direct includes of asm/checksum.hAl Viro4-4/+0
2006-12-02[IPVS]: Annotate ..._app_hashkey().Al Viro2-6/+10
2006-12-02[BRIDGE]: Annotations.Al Viro7-22/+22
2006-12-02[ATM]: Annotations.Al Viro9-46/+46
2006-12-02[NETFILTER]: More trivial annotations.Al Viro2-3/+3
2006-12-02[IPV6]: Misc endianness annotations.Al Viro18-52/+54
2006-12-02[IPV6]: Assorted trivial endianness annotations.Al Viro12-35/+35
2006-12-02[NET] net/core: Annotations.Al Viro4-42/+38
2006-12-02[IRDA]: Trivial annotations.Al Viro3-7/+7
2006-12-02[NETPOLL]: Minor coding-style cleanups.David S. Miller1-51/+48
2006-12-02[NET]: Supporting UDP-Lite (RFC 3828) in LinuxGerrit Renker19-396/+898
2006-12-02[IPv6] prefix: Convert RTM_NEWPREFIX notifications to use the new netlink apiThomas Graf2-17/+14
2006-12-02[IPv6] iflink: Convert IPv6's RTM_GETLINK to use the new netlink apiThomas Graf1-42/+37
2006-12-02[TCP]: Fix some warning when MD5 is disabled.David S. Miller2-5/+7
2006-12-02[GENL]: Add genlmsg_put_reply() to simplify building reply headersThomas Graf5-82/+25
2006-12-02[GENL]: Add genlmsg_reply() to simply unicast replies to requestsThomas Graf4-5/+5
2006-12-02[TCP]: MD5 Signature Option (RFC2385) support.YOSHIFUJI Hideaki10-60/+1531
2006-12-02netpoll queue cleanupStephen Hemminger1-20/+3
2006-12-02netpoll retry cleanupStephen Hemminger1-38/+33
2006-12-02netpoll deferred transmit pathStephen Hemminger1-2/+19
2006-12-02netpoll setup error handlingStephen Hemminger1-7/+13
2006-12-02netpoll per device txqStephen Hemminger1-35/+15
2006-12-02netpoll info leakStephen Hemminger1-6/+19
2006-12-02netpoll: private skb pool (rev3)Stephen Hemminger1-32/+21
2006-12-02[DCCP] ACKVEC: Optimization - Do not traverse records if none will be foundAndrea Bittau1-1/+2
2006-12-02[DCCP]: Miscellaneous code tidy-upsGerrit Renker6-62/+37
2006-12-02[DCCP]: Make feature negotiation more readableGerrit Renker3-30/+131
2006-12-02[DCCPv6]: Resolve conditional build problemGerrit Renker1-4/+4
2006-12-02[TCP/DCCP]: Introduce net_xmit_evalGerrit Renker7-29/+9
2006-12-02[SCTP]: Cleanup of the sctp state table code.Peter Zijlstra1-361/+335
2006-12-02[NET]: The scheduled removal of the frame diverter.Adrian Bunk6-610/+4
2006-12-02[DCCPv6]: Choose a genuine initial sequence numberGerrit Renker3-20/+23
2006-12-02[DCCP]: Remove redundant statements in init_sequence (ISS)Gerrit Renker2-17/+8
2006-12-02[DCCP]: Remove forward declarations in timer.cGerrit Renker1-57/+53
2006-12-02[DCCP]: Introduce a consistent naming scheme for sysctlsGerrit Renker5-33/+32
2006-12-02[DCCP]: Add sysctls to control retransmission behaviourGerrit Renker5-13/+47
2006-12-02[DCCP]: Increment sequence numbers on retransmitted Response packetsGerrit Renker2-7/+13
2006-12-02[DCCP]: Update comments on precisely which packets can be retransmittedGerrit Renker1-4/+6
2006-12-02[DECNET]: Fix build regressions.David S. Miller2-8/+2
2006-12-02[TCP] htcp: Better packing of struct htcp.David S. Miller1-2/+2
2006-12-02[IPv6]: Only modify checksum for UDPBrian Haley2-3/+1
2006-12-02[IPv6] rules: Remove bogus tos validation checkThomas Graf1-2/+1
2006-12-02[NETLINK]: Do precise netlink message allocations where possibleThomas Graf17-101/+225
2006-12-02[TCP]: Remove dead code in init_sequenceGerrit Renker2-15/+8
2006-12-02[DCCP]: Support for partial checksums (RFC 4340, sec. 9.2)Gerrit Renker5-97/+150
2006-12-02[IPV6]: Per-interface statistics support.YOSHIFUJI Hideaki11-105/+176
2006-12-02[IPV6]: Introduce ip6_dst_idev() to get inet6_dev{} stored in dst_entry{}.YOSHIFUJI Hideaki2-2/+2
2006-12-02[IPV6] ROUTE: Use &rt->u.dst instead of cast.YOSHIFUJI Hideaki2-4/+4
2006-12-02[IPV6] ROUTE: Use macros to format /proc/net/ipv6_route.YOSHIFUJI Hideaki1-24/+13
2006-12-02[DCCP]: Update code comments for Step 2/3Gerrit Renker4-51/+68
2006-12-02[DCCP]: tidy up dccp_v{4,6}_conn_requestGerrit Renker4-22/+16
2006-12-02[DCCP]: Fix logfile overflowIan McDonald2-3/+7
2006-12-02[DCCP]: Fix DCCP Probe TypoIan McDonald1-1/+1
2006-12-02[DCCPv6]: remove forward declarations in ipv6.cGerrit Renker1-195/+190
2006-12-02[DCCPv4]: remove forward declarations in ipv4.cGerrit Renker1-134/+132
2006-12-02[DCCP]: calling dccp_v{4,6}_reqsk_send_ack is a BUGGerrit Renker4-103/+14
2006-12-02[DCCP] timewait: Remove leftover extern declarationsArnaldo Carvalho de Melo1-2/+0
2006-12-02[DCCP]: Simplify jump labels in dccp_v{4,6}_rcvGerrit Renker2-23/+14
2006-12-02[DCCP]: Combine allocating & zeroing header space on skbGerrit Renker3-24/+7
2006-12-02[DCCPv6]: Add a FIXME for missing IPV6_PKTOPTIONSGerrit Renker1-2/+6
2006-12-02[DCCP]: set safe upper bound for option lengthGerrit Renker1-6/+12
2006-12-02[TCP]: Don't set SKB owner in tcp_transmit_skb().David S. Miller5-9/+6
2006-12-02[TCP]: Allow autoloading of congestion control via setsockopt.Stephen Hemminger1-1/+11
2006-12-02[TCP]: Restrict congestion control choices.Stephen Hemminger2-0/+115
2006-12-02[TCP]: Add tcp_available_congestion_control sysctl.Stephen Hemminger2-0/+40
2006-12-02[SCTP]: Fix warningVlad Yasevich1-0/+7
2006-12-02[IPV6] tcp: Fix typo _read_mostly --> __read_mostly.David S. Miller1-1/+1
2006-12-02[DCCP]: Fix typo _read_mostly --> __read_mostly.David S. Miller1-1/+1
2006-12-02[NET]: Size listen hash tables using backlog hintEric Dumazet7-20/+35
2006-12-02[PKT_SCHED]: Make sch_fifo.o available when CONFIG_NET_SCHED is not set.David Kimdon2-1/+6
2006-12-02[NET] rules: Add support to invert selectorsThomas Graf1-7/+17
2006-12-02[NET] rules: Share common attribute validation policyThomas Graf3-15/+3
2006-12-02[NET] rules: Protocol independant mark selectorThomas Graf4-88/+29
2006-12-02[IPV4] nl_fib_lookup: Rename fl_fwmark to fl_markThomas Graf1-1/+1
2006-12-02[NET]: Rethink mark field in struct flowiThomas Graf12-112/+24
2006-12-02[NET]: Turn nfmark into generic markThomas Graf27-66/+57
2006-12-02[DECNET]: Don't clear memory twice.Ralf Baechle1-1/+0
2006-12-02[XFRM]: uninline xfrm_selector_match()Andrew Morton1-0/+34
2006-12-02[BLUETOOTH] lockdep: annotate sk_lock nesting in AF_BLUETOOTHPeter Zijlstra2-5/+5
2006-12-02SELinux: Fix SA selection semanticsVenkat Yekkirala1-1/+2
2006-12-02SELinux: Return correct context for SO_PEERSECVenkat Yekkirala1-0/+2
2006-12-02[BLUETOOTH] rfcomm endianness bug: param_mask is little-endian on the wireAl Viro1-8/+8
2006-12-02[BLUETOOTH]: rfcomm endianness annotationsAl Viro1-1/+1
2006-12-02[BLUETOOTH]: bnep endianness annotationsAl Viro2-8/+8
2006-12-02[BLUETOOTH] bnep endianness bug: filtering by packet typeAl Viro2-13/+14
2006-12-02[IPV6]: ip6_output annotationsAl Viro1-2/+2
2006-12-02[NETFILTER]: trivial annotationsAl Viro3-19/+16
2006-12-02[AF_PACKET]: annotateAl Viro1-8/+10
2006-12-02[LLC]: anotationsAl Viro2-3/+3
2006-12-02[IPV6]: annotate inet6_csk_search_req()Al Viro1-3/+3
2006-12-02[IPV6]: flowlabels are net-endianAl Viro6-16/+16
2006-12-02[XFRM]: annotate ->new_mapping()Al Viro2-2/+2
2006-12-02[IPV4]: encapsulation annotationsAl Viro4-38/+38
2006-12-02[SUNRPC]: annotate hash_ip()Al Viro1-4/+4
2006-12-02[IPV6]: annotate ipv6 mcastAl Viro1-6/+6
2006-12-02[IPV6]: 'info' argument of ipv6 ->err_handler() is net-endianAl Viro11-11/+11
2006-12-02[XFRM]: misc annotationsAl Viro3-7/+7
2006-12-02[IPV6]: annotate inet6_hashtablesAl Viro1-3/+3
2006-12-02[NET]: ipconfig and nfsroot annotationsAl Viro1-52/+53
2006-12-02[TIPC]: endianness annotationsAl Viro4-34/+20
2006-12-02[IPV6] NDISC: Calculate packet length correctly for allocation.David S. Miller1-4/+12
2006-12-02[PATCH] netdev: don't allow register_netdev with blank nameStephen Hemminger1-9/+0
2006-12-02[PATCH] softmac: reduce scan debug outputLarry Finger1-3/+2
2006-12-02[PATCH] ieee80211: Provide generic get_stats implementationDaniel Drake1-0/+11
2006-12-02[PATCH] Check ieee80211softmac_auth_resp kmalloc resultArnaldo Carvalho de Melo3-12/+14
2006-12-02[PATCH] ieee80211softmac: fix verbosity when debug disabledLarry Finger1-5/+5
2006-12-02[PATCH] ieee80211: Drop and count duplicate data frames to remove 'replay det...Larry Finger1-0/+5
2006-12-02[PATCH] ieee80211: allow mtu bigger than 1500matthieu castet1-0/+9
2006-12-02[PATCH] ieee80211: Move IV/ICV stripping into ieee80211_rxDaniel Drake1-6/+50
2006-12-01Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2-4/+2
2006-11-30Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jeff Garzik2-4/+2
2006-11-30Fix misc .c/.h comment typosMatt LaPlante2-3/+3
2006-11-28[NETFILTER]: ipt_REJECT: fix memory corruptionPatrick McHardy1-7/+9
2006-11-28[NETFILTER]: conntrack: fix refcount leak when finding expectationYasuyuki Kozakai2-6/+6
2006-11-28[NETFILTER]: ctnetlink: fix reference count leakPatrick McHardy2-0/+2
2006-11-28[NETFILTER]: nf_conntrack: fix the race on assign helper to new conntrackYasuyuki Kozakai1-7/+6
2006-11-28[NETFILTER]: nfctnetlink: assign helper to newly created conntrackYasuyuki Kozakai1-0/+8
2006-11-28[PATCH] bridge: fix possible overflow in get_fdb_entriesChris Wright1-4/+5
2006-11-28[PATCH] softmac: remove netif_tx_disable when scanningMichael Buesch1-2/+0
2006-11-25[XFRM] STATE: Fix to respond error to get operation if no matching entry exists.Masahide NAKAMURA1-0/+1
2006-11-25[NET]: Fix kfifo_alloc() error check.Akinobu Mita2-0/+4
2006-11-25[UDP]: Make udp_encap_rcv use pskb_may_pullOlaf Kirch1-5/+14
2006-11-25[NETFILTER]: H.323 conntrack: fix crash with CONFIG_IP_NF_CT_ACCTFaidon Liambotis1-2/+2