summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2011-04-29bpf: depends on MODULESEric Dumazet
2011-04-28ipv4: Get route daddr from flow key in l2tp_ip_connect().David S. Miller
2011-04-28ipv4: Get route daddr from flow key in tcp_v4_connect().David S. Miller
2011-04-28ipv4: Get route daddr from flow key in inet_csk_route_req().David S. Miller
2011-04-28ipv4: Get route daddr from flow key in ip4_datagram_connect().David S. Miller
2011-04-28ipv4: Get route daddr from flow key in dccp_v4_connect().David S. Miller
2011-04-28ipv4: Fetch route saddr from flow key in l2tp_ip_connect().David S. Miller
2011-04-28ipv4: Fetch route saddr from flow key in tcp_v4_connect().David S. Miller
2011-04-28ipv4: Fetch route saddr from flow key in ip4_datagram_connect().David S. Miller
2011-04-28ipv4: Fetch route saddr from flow key in inet_sk_reselect_saddr().David S. Miller
2011-04-28ipv4: Use caller's on-stack flowi as-is in output route lookups.David S. Miller
2011-04-28net: Use non-zero allocations in dst_alloc().David S. Miller
2011-04-28net: Make dst_alloc() take more explicit initializations.David S. Miller
2011-04-28l2tp: Fix inet_opt conversion.David S. Miller
2011-04-28bridge: convert br_features_recompute() to ndo_fix_featuresMichał Mirosław
2011-04-28net: fix netdev_increment_features()Michał Mirosław
2011-04-28net:use help function of skb_checksum_start_offset to calculate offsetShan Wei
2011-04-28inet: add RCU protection to inet->optEric Dumazet
2011-04-27net: filter: Just In Time compiler for x86-64Eric Dumazet
2011-04-27ipv4: Remove erroneous check in igmpv3_newpack() and igmp_send_report().David S. Miller
2011-04-27ipv4: Sanitize and simplify ip_route_{connect,newports}()David S. Miller
2011-04-27sctp: clean up route lookup callsVlad Yasevich
2011-04-27sctp: remove useless arguments from get_saddr() callVlad Yasevich
2011-04-27sctp: make sctp over IPv6 work with IPsecVlad Yasevich
2011-04-27sctp: cache the ipv6 source after route lookupVlad Yasevich
2011-04-27sctp: fix sctp to work with ipv6 source address routingWeixing Shi
2011-04-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-04-25bluetooth: Fix use-before-initiailized var.David S. Miller
2011-04-25Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2011-04-25bonding: move processing of recv handlers into handle_frame()Jiri Pirko
2011-04-25net: make WARN_ON in dev_disable_lro() usefulMichał Mirosław
2011-04-25net: provide cow_metrics() methods to blackhole dst_opsHeld Bernhard
2011-04-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-04-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2011-04-22inet: constify ip headers and in6_addrEric Dumazet
2011-04-21Revert "bridge: Forward reserved group addresses if !STP"David S. Miller
2011-04-21ipv6: Remove hoplimit initialization to -1Thomas Egerer
2011-04-21net: fix hw_features ethtool_ops->set_flags compatibilityMichał Mirosław
2011-04-21ipv6: udp: fix the wrong headroom checkShan Wei
2011-04-21sctp: implement event notification SCTP_SENDER_DRY_EVENTWei Yongjun
2011-04-21sctp: change auth event type name to SCTP_AUTHENTICATION_EVENTWei Yongjun
2011-04-21sctp: implement socket option SCTP_GET_ASSOC_ID_LISTWei Yongjun
2011-04-20mac80211: fix SMPS debugfs lockingJohannes Berg
2011-04-20can: add missing socket check in can/raw releaseOliver Hartkopp
2011-04-20sctp: move chunk from retransmit queue to abandoned listWei Yongjun
2011-04-20sctp: make heartbeat information in sctp_make_heartbeat()Wei Yongjun
2011-04-20sctp: fix to check the source address of COOKIE-ECHO chunkWei Yongjun
2011-04-20sctp: handle ootb packet in chunk order as definedShan Wei
2011-04-20sctp: bail from sctp_endpoint_lookup_assoc() if not boundVlad Yasevich
2011-04-20sctp: remove completely unsed EMPTY stateVlad Yasevich