aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2013-08-21Bluetooth: Move the tty initialization and cleanup out of open/closeGianluca Anzolin
2013-08-21Bluetooth: Remove the device from the list in the destructorGianluca Anzolin
2013-08-21Bluetooth: Take proper tty_struct referencesGianluca Anzolin
2013-08-21Bluetooth: Set different event mask for LE-only controllersMarcel Holtmann
2013-08-21Bluetooth: Fix getting SCO socket options in deferred stateJohan Hedberg
2013-08-21mac80211: ibss: fix ignored channel parameterSimon Wunderlich
2013-08-21mac80211: add a flag to indicate CCK support for HT clientsFelix Fietkau
2013-08-21mac80211: add missing channel context releaseJohannes Berg
2013-08-20net: ipv6: mcast: minor: use defines for rfc3810/8.1 lengthsDaniel Borkmann
2013-08-20net: ipv6: minor: *_start_timer: rather use unsigned longDaniel Borkmann
2013-08-20net: ipv6: igmp6_event_query: use msecs_to_jiffiesDaniel Borkmann
2013-08-20ip6_tunnel: ensure to always have a link local addressNicolas Dichtel
2013-08-20Revert "ipv6: fix checkpatch errors in net/ipv6/addrconf.c"David S. Miller
2013-08-20bridge: Use the correct bit length for bitmap functions in the VLAN codeToshiaki Makita
2013-08-20Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2013-08-20packet: restore packet statistics tp_packets to include dropsWillem de Bruijn
2013-08-20Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2013-08-20ipip: dereferencing an ERR_PTR in ip_tunnel_init_net()Dan Carpenter
2013-08-20ipv4: raise IP_MAX_MTU to theoretical limitEric Dumazet
2013-08-20tcp: trivial: Remove nocache argument from tcp_v4_send_synackChristoph Paasch
2013-08-20ipv6: fix checkpatch errors in net/ipv6/addrconf.cdingtianhong
2013-08-20ipv6: convert the uses of ADBG and remove the superfluous parenthesesdingtianhong
2013-08-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller
2013-08-206lowpan: handle context based source addressAlexander Aring
2013-08-206lowpan: lowpan_uncompress_addr with address_modeAlexander Aring
2013-08-206lowpan: add function to uncompress multicast addrAlexander Aring
2013-08-206lowpan: introduce lowpan_fetch_skb functionAlexander Aring
2013-08-206lowpan: Fix fragmentation with link-local compressed addressesDavid Hauweele
2013-08-206lowpan: init ipv6hdr buffer to zeroAlexander Aring
2013-08-20tcp: set timestamps for restored skb-sAndrey Vagin
2013-08-20treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacksJoe Perches
2013-08-20openvswitch: Add vxlan tunneling support.Pravin B Shelar
2013-08-20ipv6: drop packets with multiple fragmentation headersHannes Frederic Sowa
2013-08-20ipv6: remove max_addresses check from ipv6_create_tempaddrHannes Frederic Sowa
2013-08-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-08-19xfrm: remove irrelevant comment in xfrm_input().Rami Rosen
2013-08-19xfrm: choose protocol family by skb protocolHannes Frederic Sowa
2013-08-19ipv6: xfrm: dereference inner ipv6 header if encapsulatedHannes Frederic Sowa
2013-08-19ipv6: wire up skb->encapsulationHannes Frederic Sowa
2013-08-17batman-adv: check return type of unicast packet preparationsLinus Lüssing
2013-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-08-16Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2013-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-08-16mac80211: add APIs to allow keeping connections after WoWLANJohannes Berg
2013-08-16mac80211: move ibss presp generation in own functionSimon Wunderlich
2013-08-16mac80211: perform power save processing before decryptionJohan Almbladh
2013-08-16xfrm: Make xfrm_state timer monotonicFan Du
2013-08-15netlink: Eliminate kmalloc in netlink dump operation.Pravin B Shelar
2013-08-15net: proc_fs: trivial: print UIDs as unsigned intFrancesco Fusco
2013-08-15Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville