summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2011-05-18Merge branch 'master' into upstream.Jiri Kosina
2011-05-18net: add skb_dst_force() in sock_queue_err_skb()Eric Dumazet
2011-05-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-05-17ipv4: Don't use enums as bitmasks in ip_fragment.cDavid S. Miller
2011-05-17net: ethtool: fix IPV6 checksum feature name stringMichał Mirosław
2011-05-17net: Change netdev_fix_features messages loglevelMichael S. Tsirkin
2011-05-17net: recvmmsg: Strip MSG_WAITFORONE when calling recvmsgAnton Blanchard
2011-05-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2011-05-17net: ping: fix build failureVasiliy Kulikov
2011-05-17net: use hlist_del_rcu() in dev_change_name()Eric Dumazet
2011-05-16bluetooth: Fix warnings in l2cap_core.cDavid S. Miller
2011-05-16Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2011-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2011-05-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-05-16net: Change netdev_fix_features messages loglevelMichał Mirosław
2011-05-16net: convert to new cpumask APIKOSAKI Motohiro
2011-05-16ipv4: more compliant RFC 3168 supportEric Dumazet
2011-05-16cfg80211: make stripping of 802.11 header optional from AMSDUYogesh Ashok Powar
2011-05-16nl80211: Move peer link state definition to nl80211Javier Cardona
2011-05-16net/rfkill/core.c: Avoid leaving freed data in a listJulia Lawall
2011-05-16mac80211: sparse RCU annotationsJohannes Berg
2011-05-16mac80211: fix TX a-MPDU lockingJohannes Berg
2011-05-16cfg80211: advertise possible interface combinationsJohannes Berg
2011-05-16ipv4: Trivial rt->rt_src conversions in net/ipv4/route.cDavid S. Miller
2011-05-16net: ping: dont call udp_ioctl()Eric Dumazet
2011-05-16netfilter: nf_ct_sip: fix SDP parsing in TCP SIP messages for some Cisco phonesPatrick McHardy
2011-05-16netfilter: nf_ct_sip: validate Content-Length in TCP SIP messagesPatrick McHardy
2011-05-15caif: remove unesesarry exportssjur.brandeland@stericsson.com
2011-05-15caif: Bugfix debugfs directory name must be unique.sjur.brandeland@stericsson.com
2011-05-15caif: Handle dev_queue_xmit errors.sjur.brandeland@stericsson.com
2011-05-15caif: prepare support for namespacessjur.brandeland@stericsson.com
2011-05-15caif: Protected in-flight packets using dev or sock refcont.sjur.brandeland@stericsson.com
2011-05-15caif: Move refcount from service layer to sock and dev.sjur.brandeland@stericsson.com
2011-05-15caif: Add ref-count to framing layersjur.brandeland@stericsson.com
2011-05-15caif: Use RCU and lists in cfcnfg.c for managing caif link layerssjur.brandeland@stericsson.com
2011-05-15caif: Use RCU instead of spin-lock in caif_dev.csjur.brandeland@stericsson.com
2011-05-15caif: Use rcu_read_lock in CAIF mux layer.sjur.brandeland@stericsson.com
2011-05-15IPVS: fix netns if reading ip_vs_* procfs entriesHans Schillstrom
2011-05-15bridge: fix forwarding of IPv6Stephen Hemminger
2011-05-15net: ping: small changesEric Dumazet
2011-05-14Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller
2011-05-15batman-adv: reset broadcast flood protection on errorMarek Lindner
2011-05-15batman-adv: Add missing hardif_free_ref in forw_packet_freeSven Eckelmann
2011-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2011-05-13ipv4: Remove rt->rt_dst reference from ip_forward_options().David S. Miller
2011-05-13ipv4: Remove route key identity dependencies in ip_rt_get_source().David S. Miller
2011-05-13ipv4: Always call ip_options_build() after rest of IP header is filled in.David S. Miller
2011-05-13ipv4: Kill spurious write to iph->daddr in ip_forward_options().David S. Miller
2011-05-13net:set valid name before calling ndo_init()Peter Pan(潘卫平)
2011-05-13net: ipv4: add IPPROTO_ICMP socket kindVasiliy Kulikov