summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-12-122-163/+125Star
|\
| * netprio_cgroup: allow nesting and inherit config on cgroup creationTejun Heo2012-11-221-18/+24
| * netprio_cgroup: implement netprio[_set]_prio() helpersTejun Heo2012-11-221-22/+50
| * netprio_cgroup: use cgroup->id instead of cgroup_netprio_state->prioidxTejun Heo2012-11-221-54/+11Star
| * netprio_cgroup: reimplement priomap expansionTejun Heo2012-11-221-23/+33
| * netprio_cgroup: shorten variable names in extend_netdev_table()Tejun Heo2012-11-221-12/+11Star
| * netprio_cgroup: simplify write_priomap()Tejun Heo2012-11-221-45/+11Star
| * netcls_cgroup: move config inheritance to ->css_online() and remove .broken_h...Tejun Heo2012-11-221-12/+8Star
| * cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...Tejun Heo2012-11-192-8/+8
* | Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-12-111-0/+1
|\ \
| * \ Merge 3.7-rc6 into tty-nextGreg Kroah-Hartman2012-11-1724-56/+129
| |\ \
| * | | TTY: call tty_port_destroy in the rest of driversJiri Slaby2012-11-161-0/+1
* | | | ipv4: ip_check_defrag must not modify skb before unsharingJohannes Berg2012-12-101-10/+9Star
* | | | inet_diag: validate port comparison byte code to prevent unsafe readsNeal Cardwell2012-12-101-7/+24
* | | | inet_diag: avoid unsafe and nonsensical prefix matches in inet_diag_bc_run()Neal Cardwell2012-12-101-11/+17
* | | | inet_diag: validate byte code to prevent oops in inet_diag_bc_run()Neal Cardwell2012-12-101-3/+45
* | | | inet_diag: fix oops for IPv4 AF_INET6 TCP SYN-RECV stateNeal Cardwell2012-12-101-14/+39
* | | | net: gro: fix possible panic in skb_gro_receive()Eric Dumazet2012-12-072-3/+5
* | | | tcp: bug fix Fast Open client retransmissionYuchung Cheng2012-12-072-6/+15
* | | | tcp: fix crashes in do_tcp_sendpages()Eric Dumazet2012-12-021-9/+6Star
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-11-301-2/+0Star
|\ \ \ \
| * | | | mac80211: fix remain-on-channel (non-)cancellingJohannes Berg2012-11-261-2/+0Star
* | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o...David S. Miller2012-11-292-10/+6Star
|\ \ \ \ \
| * | | | | openvswitch: Store flow key len if ARP opcode is not request or reply.Mehak Mahajan2012-10-311-9/+5Star
| * | | | | openvswitch: Print device when warning about over MTU packets.Jesse Gross2012-10-301-1/+1
* | | | | | Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller2012-11-281-1/+1
|\ \ \ \ \ \
| * | | | | | netfilter: ipset: fix netiface set name overflowFlorian Westphal2012-11-241-1/+1
* | | | | | | irda: irttp: fix memory leak in irttp_open_tsap() error pathTommi Rantala2012-11-281-0/+1
* | | | | | | sctp: Error in calculation of RTTvarSchoch Christian2012-11-281-1/+1
* | | | | | | sctp: fix -ENOMEM result with invalid user space pointer in sendto() syscallTommi Rantala2012-11-282-6/+11
* | | | | | | sctp: fix memory leak in sctp_datamsg_from_user() when copy from user space f...Tommi Rantala2012-11-281-2/+5
* | | | | | | net: ipmr: limit MRT_TABLE identifiersEric Dumazet2012-11-261-0/+4
* | | | | | | ipv4: avoid passing NULL to inet_putpeer() in icmpv4_xrlim_allow()Neal Cardwell2012-11-261-1/+2
* | | | | | | can: bcm: initialize ifindex for timeouts without previous frame receptionOliver Hartkopp2012-11-261-0/+3
|/ / / / / /
* | | | | | ipv4: do not cache looped multicastsJulian Anastasov2012-11-221-2/+5
* | | | | | Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller2012-11-225-13/+15
|\ \ \ \ \ \
| * | | | | | netfilter: cttimeout: fix buffer overflowFlorian Westphal2012-11-211-1/+2
| * | | | | | netfilter: ipset: Fix range bug in hash:ip,port,netJozsef Kadlecsik2012-11-214-12/+13
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2012-11-222-13/+2Star
|\ \ \ \ \ \
| * | | | | | xfrm: Fix the gc threshold value for ipv4Steffen Klassert2012-11-132-13/+2Star
* | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-11-213-5/+25
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | NFC: Fix nfc_llcp_local chained list insertionThierry Escande2012-11-201-1/+1
| * | | | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-11-192-4/+24
| |\ \ \ \ \ \
| | * | | | | | wireless: add back sysfs directoryJohannes Berg2012-11-161-0/+20
| | * | | | | | mac80211: deinitialize ibss-internals after emptiness checkSimon Wunderlich2012-11-131-4/+4
* | | | | | | | ipv6: fix inet6_csk_update_pmtu() return valueEric Dumazet2012-11-201-1/+2
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-11-1612-20/+47
|\ \ \ \ \ \ \
| * | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-11-1612-20/+47
| |\| | | | | |
| | * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2012-11-143-8/+10
| | |\ \ \ \ \ \
| | | * | | | | | Bluetooth: Fix memory leak when removing a UUIDJohan Hedberg2012-11-091-0/+1