aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-04-0512-30/+69
|\
| * ipv6: Don't pass invalid dst_entry pointer to dst_release().Boris Ostrovsky2011-04-041-0/+1
| * tcp: len check is unnecessarily devastating, change to WARN_ONIlpo Järvinen2011-04-011-1/+2
| * sctp: malloc enough room for asconf-ack chunkWei Yongjun2011-04-011-2/+2
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2011-04-019-27/+64
| |\
| | * mac80211: fix aggregation frame release during timeoutDaniel Halperin2011-03-281-1/+2
| | * cfg80211: fix BSS double-unlinking (continued)Juuso Oikarinen2011-03-281-7/+11
| | * cfg80211:: fix possible NULL pointer dereferenceMariusz Kozlowski2011-03-281-3/+10
| | * mac80211: fix possible NULL pointer dereferenceMariusz Kozlowski2011-03-281-1/+2
| | * mac80211: fix NULL pointer dereference in ieee80211_key_alloc()Petr Štetiar2011-03-281-2/+2
| | * mac80211: fix a crash in minstrel_ht in HT mode with no supported MCS ratesFelix Fietkau2011-03-281-7/+18
| | * Bluetooth: Fix warning with hci_cmd_timerThomas Gleixner2011-03-241-1/+3
| | * Bluetooth: delete hanging L2CAP channelAndrei Emeltchenko2011-03-241-2/+3
| | * Bluetooth: Fix missing hci_dev_lock_bh in user_confirm_replyJohan Hedberg2011-03-241-0/+2
| | * Bluetooth: Fix HCI_RESET command synchronizationGustavo F. Padovan2011-03-242-2/+8
| | * Bluetooth: Increment unacked_frames count only the first transmitSuraj Sumangala2011-03-241-1/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-04-019-11/+40
|\ \ \ | |/ /
| * | appletalk: Fix OOPS in atalk_release().David S. Miller2011-03-311-5/+6
| * | sctp: Pass __GFP_NOWARN to hash table allocation attempts.David S. Miller2011-03-301-2/+2
| * | fib: add rtnl locking in ip_fib_net_exitEric Dumazet2011-03-301-0/+2
| * | atm/solos-pci: Don't flap VCs when carrier state changesPhilip A. Prindeville2011-03-301-0/+1
| * | netdev: fix mtu check when TSO is enabledDaniel Lezcano2011-03-301-2/+22
| * | bridge: mcast snooping, fix length check of snooped MLDv1/2Linus Lüssing2011-03-301-1/+1
| * | net: gre: provide multicast mappings for ipv4 and ipv6Timo Teräs2011-03-302-0/+5
| * | bridge: Fix compilation warning in function br_stp_recalculate_bridge_id()Balaji G2011-03-291-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds2011-03-308-23/+197
|\ \ \ | |/ / |/| |
| * | libceph: Create a new key type "ceph".Tommi Virtanen2011-03-293-8/+77
| * | libceph: Get secret from the kernel keys api when mounting with key=NAME.Tommi Virtanen2011-03-292-0/+59
| * | ceph: Move secret key parsing earlier.Tommi Virtanen2011-03-296-15/+59
| * | libceph: fix null dereference when unregistering linger requestsSage Weil2011-03-291-3/+3
| * | ceph: unlock on error in ceph_osdc_start_request()Dan Carpenter2011-03-291-1/+3
| * | ceph: fix possible NULL pointer dereferenceMariusz Kozlowski2011-03-261-1/+1
| * | ceph: flush msgr_wq during mds_client shutdownSage Weil2011-03-251-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-03-2923-124/+201
|\ \ \
| * | | xfrm: Restrict extended sequence numbers to espSteffen Klassert2011-03-281-0/+3
| * | | xfrm: Check for esn buffer len in xfrm_new_aeSteffen Klassert2011-03-281-0/+21
| * | | xfrm: Assign esn pointers when cloning a stateSteffen Klassert2011-03-281-0/+6
| * | | xfrm: Move the test on replay window size into the replay check functionsSteffen Klassert2011-03-282-3/+16
| * | | ipv4: Don't ip_rt_put() an error pointer in RAW sockets.David S. Miller2011-03-281-0/+1
| * | | net: fix ethtool->set_flags not intended -EINVAL return valueStanislaw Gruszka2011-03-271-1/+16
| * | | net: use CHECKSUM_NONE instead of magic numberCesar Eduardo Barros2011-03-271-1/+1
| * | | bridge: notify applications if address of bridge device changesstephen hemminger2011-03-274-5/+13
| * | | ipv4: Fix IP timestamp option (IPOPT_TS_PRESPEC) handling in ip_options_echo()Jan Luebbe2011-03-271-3/+3
| * | | can: make struct proto constOliver Hartkopp2011-03-273-10/+7
| * | | net: remove useless comments in net/core/dev.cAmerigo Wang2011-03-271-54/+0
| * | | rose: Add length checks to CALL_REQUEST parsingBen Hutchings2011-03-274-46/+86
| * | | ROSE: prevent heap corruption with bad facilitiesDan Rosenberg2011-03-271-2/+16
| * | | irda: validate peer name and attribute lengthsDan Rosenberg2011-03-271-0/+6
| * | | irda: prevent heap corruption on invalid nicknameDan Rosenberg2011-03-271-0/+3
| * | | dst: Clone child entry in skb_dst_popSteffen Klassert2011-03-271-1/+1