summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2011-04-29inet: add RCU protection to inet->optEric Dumazet15-160/+224
2011-04-28net: filter: Just In Time compiler for x86-64Eric Dumazet4-61/+28
2011-04-28ipv4: Remove erroneous check in igmpv3_newpack() and igmp_send_report().David S. Miller1-10/+0
2011-04-28ipv4: Sanitize and simplify ip_route_{connect,newports}()David S. Miller5-16/+18
2011-04-28sctp: clean up route lookup callsVlad Yasevich3-29/+23
2011-04-28sctp: remove useless arguments from get_saddr() callVlad Yasevich3-6/+2
2011-04-28sctp: make sctp over IPv6 work with IPsecVlad Yasevich1-5/+11
2011-04-28sctp: cache the ipv6 source after route lookupVlad Yasevich4-119/+106
2011-04-28sctp: fix sctp to work with ipv6 source address routingWeixing Shi1-1/+43
2011-04-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller15-22/+74
2011-04-26bluetooth: Fix use-before-initiailized var.David S. Miller1-1/+1
2011-04-25Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller24-740/+1219
2011-04-25bonding: move processing of recv handlers into handle_frame()Jiri Pirko1-21/+0
2011-04-25net: make WARN_ON in dev_disable_lro() usefulMichał Mirosław1-1/+2
2011-04-25net: provide cow_metrics() methods to blackhole dst_opsHeld Bernhard2-0/+14
2011-04-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville24-740/+1219
2011-04-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller6-7/+16
2011-04-22inet: constify ip headers and in6_addrEric Dumazet55-276/+280
2011-04-22Revert "bridge: Forward reserved group addresses if !STP"David S. Miller1-1/+1
2011-04-22ipv6: Remove hoplimit initialization to -1Thomas Egerer1-1/+0
2011-04-22net: fix hw_features ethtool_ops->set_flags compatibilityMichał Mirosław1-2/+2
2011-04-21ipv6: udp: fix the wrong headroom checkShan Wei1-1/+1
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-21mac80211: fix SMPS debugfs lockingJohannes Berg2-2/+4
2011-04-20can: add missing socket check in can/raw releaseOliver Hartkopp1-1/+6
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-20can: Add missing socket check in can/bcm release.Dave Jones1-1/+6
2011-04-19mac80211: explain padding in place of rate fieldJohannes Berg1-1/+2
2011-04-19mac80211: add a function for setting the TIM bit for a specific stationFelix Fietkau2-1/+15
2011-04-19mac80211: fix debugfs printk format warningRandy Dunlap1-1/+1
2011-04-19rfkill: Regulator consumer driver for rfkillAntonio Ospite3-0/+176
2011-04-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville3-666/+754