summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2011-04-22inet: constify ip headers and in6_addrEric Dumazet55-276/+280
2011-04-22net: fix hw_features ethtool_ops->set_flags compatibilityMichał Mirosław1-2/+2
2011-04-21sctp: implement event notification SCTP_SENDER_DRY_EVENTWei Yongjun3-1/+53
2011-04-21sctp: change auth event type name to SCTP_AUTHENTICATION_EVENTWei Yongjun1-1/+1
2011-04-21sctp: implement socket option SCTP_GET_ASSOC_ID_LISTWei Yongjun1-0/+52
2011-04-20sctp: move chunk from retransmit queue to abandoned listWei Yongjun1-0/+7
2011-04-20sctp: make heartbeat information in sctp_make_heartbeat()Wei Yongjun2-15/+14
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-20sctp: Release all routes when processing acks ADD_IP or DEL_IPVlad Yasevich1-6/+2
2011-04-20sctp: Allow bindx_del to accept 0 portVlad Yasevich1-1/+5
2011-04-20sctp: teach CACC algorithm about removed transportsVlad Yasevich1-3/+8
2011-04-20sctp: use memdup_user to copy data from userspaceShan Wei1-16/+6
2011-04-20sctp: kill abandoned SCTP_CMD_TRANSMIT commandShan Wei1-6/+0
2011-04-20sctp: use common head of addr parameter to access member in addr-unrelated codeShan Wei2-6/+6
2011-04-20sctp: 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/...David S. Miller10-44/+57
2011-04-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller11-29/+28
2011-04-18bonding, ipv4, ipv6, vlan: Handle NETDEV_BONDING_FAILOVER like NETDEV_NOTIFY_...Ben Hutchings3-1/+4
2011-04-18vlan: Propagate NETDEV_NOTIFY_PEERS notifierBen Hutchings1-0/+11
2011-04-18ipv6: Send unsolicited neighbour advertismements when notifiedBen Hutchings1-0/+26
2011-04-18decnet: Don't leak entries when rebuilding zone.David S. Miller1-2/+3
2011-04-18bridge: fix accidental creation of sysfs directoryStephen Hemminger1-1/+1
2011-04-18Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller11-393/+537
2011-04-18netfilter: ip6table_mangle: Fix set-but-unused variables.David S. Miller1-1/+2
2011-04-18netfilter: ip6_tables: Fix set-but-unused variables.David S. Miller1-2/+0
2011-04-18netfilter: nf_conntrack_standalone: Fix set-but-unused variables.David S. Miller1-1/+1
2011-04-18netfilter: nfnetlink_log: Fix set-but-unused variables.David S. Miller1-2/+0
2011-04-18netlabel: Fix set-but-unused variables.David S. Miller1-4/+0
2011-04-18l2tp: Fix set-but-unused variables.David S. Miller1-1/+2
2011-04-18irda: irproc: Fix set-but-unused variables.David S. Miller1-3/+2
2011-04-18irda: irlap_event: Fix set-but-unused variables.David S. Miller1-3/+0
2011-04-18caif: 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...Marek 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