aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge branch 'linux-3.8.y' of http://git.kernel.org/pub/scm/linux/kernel/git/...Dan Murphy2013-04-0516-44/+86
| |\|
| | * net: fq_codel: Fix off-by-one errorVijay Subramanian2013-04-051-1/+1
| | * net: fix the use of this_cpu_ptrLi RongQing2013-04-051-1/+1
| | * net: add a synchronize_net() in netdev_rx_handler_unregister()Eric Dumazet2013-04-051-0/+6
| | * ipv6: don't accept node local multicast traffic from the wireHannes Frederic Sowa2013-04-051-0/+12
| | * ipv6: don't accept multicast traffic with scope 0Hannes Frederic Sowa2013-04-051-0/+9
| | * ipv6: fix bad free of addrconf_init_netHong Zhiguo2013-04-051-16/+10
| | * unix: fix a race condition in unix_release()Paul Moore2013-04-051-4/+3
| | * thermal: shorten too long mcast group nameMasatake YAMATO2013-04-051-0/+1
| | * 8021q: fix a potential use-after-freeCong Wang2013-04-051-7/+7
| | * tcp: undo spurious timeout after SACK renegingYuchung Cheng2013-04-051-5/+2
| | * tcp: preserve ACK clocking in TSOEric Dumazet2013-04-051-2/+5
| | * net: remove a WARN_ON() in net_enable_timestamp()Eric Dumazet2013-04-051-1/+0
| | * scm: Require CAP_SYS_ADMIN over the current pidns to spoof pids.Eric W. Biederman2013-04-051-1/+3
| | * mac80211: prevent spurious HT/VHT downgrade messageJohannes Berg2013-04-051-0/+4
| | * net/irda: add missing error path release_sock callKees Cook2013-04-051-2/+4
| | * mac80211: always synchronize_net() during station removalJohannes Berg2013-04-051-2/+10
| | * Bluetooth: Fix not closing SCO sockets in the BT_CONNECT2 stateVinicius Costa Gomes2013-04-051-0/+1
| | * SUNRPC: Add barriers to ensure read ordering in rpc_wake_up_task_queue_lockedTrond Myklebust2013-04-051-2/+7
* | | Merge remote-tracking branch 'origin/p-ti-linux-3.8.y' into p-ti-android-3.8.yPraneeth Bajjuri2013-04-0215-39/+59
|\| |
| * | Merge branch 'linux-3.8.y' of http://git.kernel.org/pub/scm/linux/kernel/git/...Dan Murphy2013-03-2815-39/+59
| |\|
| | * inet: limit length of fragment queue hash table bucket listsHannes Frederic Sowa2013-03-284-16/+35
| | * tcp: dont handle MTU reduction on LISTEN socketEric Dumazet2013-03-282-7/+14
| | * rtnetlink: Mask the rta_type when range checkingVlad Yasevich2013-03-281-1/+1
| | * Revert "ip_gre: make ipgre_tunnel_xmit() not parse network header as IP uncon...Timo Teräs2013-03-281-4/+1
| | * tcp: fix skb_availroom()Eric Dumazet2013-03-282-2/+1
| | * sctp: don't break the loop while meeting the active_path so as to find the ma...Xufeng Zhang2013-03-281-1/+1
| | * sctp: Use correct sideffect command in duplicate cookie handlingVlad Yasevich2013-03-281-1/+1
| | * batman-adv: verify tt len does not exceed packet lenMarek Lindner2013-03-281-3/+3
| | * bridge: reserve space for IFLA_BRPORT_FAST_LEAVEstephen hemminger2013-03-281-0/+1
| | * net/ipv4: Ensure that location of timestamp option is storedDavid Ward2013-03-281-4/+1
* | | Merge branch 'android-3.8' of ti-android-kernel/kernel-common into p-ti-andro...Praneeth Bajjuri2013-03-2037-91/+5190
|\ \ \ | |/ / |/| |
| * | netfilter: xt_qtaguid: fix bad tcp_time_wait sock handlingJP Abgrall2013-02-221-5/+11
| * | net: bluetooth: Remove the AID_NET_BT* gid numbersJP Abgrall2013-02-221-7/+3
| * | netfilter: xt_qtaguid: Allow tracking loopbackJP Abgrall2013-02-191-15/+4
| * | netfilter: xt_qtaguid: extend iface stat to report protocolsJP Abgrall2013-02-193-43/+82
| * | netfilter: xt_qtaguid: remove AID_* dependency for access controlJP Abgrall2013-02-191-25/+26
| * | netfilter: qtaguid: Don't BUG_ON if create_if_tag_stat failsPontus Fuchs2013-02-191-0/+5
| * | netfilter: xt_qtaguid: fix error exit that would keep a spinlock.JP Abgrall2013-02-191-2/+2
| * | netfilter: xt_qtaguid: report only uid tags to non-privileged processesJP Abgrall2013-02-191-2/+3
| * | netfilter: xt_IDLETIMER: Rename INTERFACE to LABEL in netlink notification.Ashish Sharma2013-02-191-6/+6
| * | netfilter: xt_qtaguid: start tracking iface rx/tx at low levelJP Abgrall2013-02-193-67/+233
| * | netfilter: xt_IDLETIMER: Add new netlink msg typeJP Abgrall2013-02-191-7/+71
| * | netfilter: xt_qtaguid: fix ipv6 protocol lookupJP Abgrall2013-02-191-7/+32
| * | netfilter: qtaguid: initialize a local var to keep compiler happy.JP Abgrall2013-02-191-1/+12
| * | bridge: Have tx_bytes count headers like rx_bytes.Ashish Sharma2013-02-191-5/+6
| * | netfilter: ipv6: fix crash caused by ipv6_find_hdr()JP Abgrall2013-02-191-5/+8
| * | netfilter: fixup the quota2, and enable.JP Abgrall2013-02-193-23/+156
| * | netfilter: adding the original quota2 from xtables-addonsJP Abgrall2013-02-191-0/+274
| * | netfilter: have ip*t REJECT set the sock err when an icmp is to be sentJP Abgrall2013-02-194-0/+41