aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-04-20sctp: fix to check the source address of COOKIE-ECHO chunkWei Yongjun3-16/+27
2011-04-20sctp: handle ootb packet in chunk order as definedShan Wei2-15/+21
2011-04-20sctp: bail from sctp_endpoint_lookup_assoc() if not boundVlad Yasevich1-6/+14
2011-04-20sctp: remove completely unsed EMPTY stateVlad Yasevich3-78/+0
2011-04-20sctp: check invalid value of length parameter in error causeShan Wei1-1/+8
2011-04-20sctp: check parameter value of length in ERROR chunkShan Wei1-0/+5
2011-04-20net: batman-adv: remove rx_csum ethtool_opsMichał Mirosław1-13/+0
2011-04-20net: dsa: remove ethtool_ops->set_sgMichał Mirosław1-1/+0
2011-04-19sctp: Release all routes when processing acks ADD_IP or DEL_IPVlad Yasevich1-6/+2
2011-04-19sctp: Allow bindx_del to accept 0 portVlad Yasevich1-1/+5
2011-04-19sctp: teach CACC algorithm about removed transportsVlad Yasevich1-3/+8
2011-04-19sctp: use memdup_user to copy data from userspaceShan Wei1-16/+6
2011-04-19sctp: kill abandoned SCTP_CMD_TRANSMIT commandShan Wei1-6/+0
2011-04-19sctp: use common head of addr parameter to access member in addr-unrelated codeShan Wei2-6/+6
2011-04-19sctp: fix the comment of sctp_sf_violation_paramlen()Shan Wei1-2/+3
2011-04-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller10-44/+57
2011-04-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller11-29/+28
2011-04-17bonding, ipv4, ipv6, vlan: Handle NETDEV_BONDING_FAILOVER like NETDEV_NOTIFY_PEERSBen Hutchings3-1/+4
2011-04-17vlan: Propagate NETDEV_NOTIFY_PEERS notifierBen Hutchings1-0/+11
2011-04-17ipv6: Send unsolicited neighbour advertismements when notifiedBen Hutchings1-0/+26
2011-04-17decnet: Don't leak entries when rebuilding zone.David S. Miller1-2/+3
2011-04-17bridge: fix accidental creation of sysfs directoryStephen Hemminger1-1/+1
2011-04-17Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller11-393/+537
2011-04-17netfilter: ip6table_mangle: Fix set-but-unused variables.David S. Miller1-1/+2
2011-04-17netfilter: ip6_tables: Fix set-but-unused variables.David S. Miller1-2/+0
2011-04-17netfilter: nf_conntrack_standalone: Fix set-but-unused variables.David S. Miller1-1/+1
2011-04-17netfilter: nfnetlink_log: Fix set-but-unused variables.David S. Miller1-2/+0
2011-04-17netlabel: Fix set-but-unused variables.David S. Miller1-4/+0
2011-04-17l2tp: Fix set-but-unused variables.David S. Miller1-1/+2
2011-04-17irda: irproc: Fix set-but-unused variables.David S. Miller1-3/+2
2011-04-17irda: irlap_event: Fix set-but-unused variables.David S. Miller1-3/+0
2011-04-17caif: Fix set-but-unused variables.David S. Miller1-9/+2
2011-04-17batman-adv: Set the txqueuelen to zero when creating soft interfaceAndrew Lunn1-0/+1
2011-04-17batman-adv: protect softif_neigh by rcuSimon Wunderlich2-28/+88
2011-04-17batman-adv: concentrate all curr_gw related rcu operations in select/deselect functionsMarek Lindner3-74/+100
2011-04-17batman-adv: Protect global TQ window with a spinlockLinus Lüssing3-0/+6
2011-04-17batman-adv: Make orig_node->router an rcu protected pointerLinus Lüssing8-212/+232
2011-04-17batman-adv: Simplify gw_check_election(), use gw_get_selected()Linus Lüssing1-11/+12
2011-04-17batman-adv: Make gateway_get_selected type safeLinus Lüssing2-2/+2
2011-04-17batman-adv: Move bonding / iface alternating router search to own functionsLinus Lüssing1-75/+105
2011-04-17atm: lec: Fix set-but-unused variables.David S. Miller1-4/+0
2011-04-17ax25: Fix set-but-unused variable.David S. Miller1-2/+1
2011-04-17econet: Fix set-but-unused variable.David S. Miller1-8/+0
2011-04-17decnet: Fix set-but-unused variable.David S. Miller1-2/+1
2011-04-17pktgen: Fix set-but-unused variable.David S. Miller1-2/+0
2011-04-15net: minor cleanup to net_namespace.c.Rob Landley1-8/+4
2011-04-15ipv6: RTA_PREFSRC support for ipv6 route source address selectionDaniel Walter3-7/+75
2011-04-15ipv6: ignore looped-back NA while dad is runningDaniel Walter1-3/+4
2011-04-14ip: ip_options_compile() resilient to NULL skb routeEric Dumazet1-3/+3
2011-04-14Phonet: convert bound sockets hash list to RCURémi Denis-Courmont1-24/+21