summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipv4/route.c: respect prefsrc for local routesJoel Sing2011-01-041-2/+6
* bridge: stp: ensure mac header is setFlorian Westphal2011-01-031-0/+2
* bridge: fix br_multicast_ipv6_rcv for paged skbsTomas Winkler2011-01-031-10/+18
* CAN: Use inode instead of kernel address for /proc fileDan Rosenberg2010-12-311-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-12-2621-57/+114
|\
| * ipv4: dont create routes on down devicesEric Dumazet2010-12-251-3/+4
| * Revert "ipv4: Allow configuring subnets as local addresses"David S. Miller2010-12-232-4/+9
| * irda: prevent integer underflow in IRLMP_ENUMDEVICESDan Rosenberg2010-12-231-7/+11
| * tcp: fix listening_get_next()Eric Dumazet2010-12-231-2/+2
| * Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2010-12-221-1/+4
| |\
| | * mac80211: fix mesh forwardingJohannes Berg2010-12-221-1/+4
| * | net_sched: sch_sfq: fix allot handlingEric Dumazet2010-12-201-12/+8
| * | ipv6: Fragment locally generated tunnel-mode IPSec6 packets as needed.David Stevens2010-12-192-11/+17
| * | ipv6: don't flush routes when setting loopback downstephen hemminger2010-12-161-1/+3
| * | sctp: fix the return value of getting the sctp partial delivery pointWei Yongjun2010-12-161-1/+1
| * | bridge: fix IPv6 queries for bridge multicast snoopingDavid Stevens2010-12-161-1/+1
| * | net: fix nulls list corruptions in sk_prot_allocOctavian Purdila2010-12-165-12/+39
| * | ipv6: delete expired route in ip6_pmtu_deliverAndrey Vagin2010-12-161-1/+6
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-12-153-1/+9
| |\|
| | * mac80211: avoid calling ieee80211_work_work unconditionallyHerton Ronaldo Krzesinski2010-12-131-1/+4
| | * mac80211: Fix NULL-pointer deference on ibss merge when not readyTim Harvey2010-12-131-0/+4
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2010-12-131-0/+1
| | |\
| | | * Bluetooth: Fix initial RFCOMM DLC security levelJohan Hedberg2010-12-061-0/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-12-202-11/+12
|\ \ \ \
| * | | | ceph: handle partial result from get_user_pagesHenry C Chang2010-12-171-2/+2
| * | | | ceph: mark user pages dirty on direct-io readsHenry C Chang2010-12-171-4/+7
| * | | | ceph: fix msgr_init error pathSage Weil2010-12-131-5/+3
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-12-1421-57/+128
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | net: fix skb_defer_rx_timestamp()Eric Dumazet2010-12-101-2/+4
| * | | | atm: correct sysfs 'device' link creation and parent relationshipsDan Williams2010-12-103-5/+7
| * | | | SCTP: Fix SCTP_SET_PEER_PRIMARY_ADDR to accpet v4mapped addressWei Yongjun2010-12-101-0/+8
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-12-101-3/+18
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | mac80211: Fix BUG in pskb_expand_head when transmitting shared skbsHelmut Schaa2010-12-081-3/+18
| | | |/ | | |/|
| * | | ipv6: fix nl group when advertising a new linkNicolas Dichtel2010-12-101-2/+2
| * | | net: Document the kernel_recvmsg() functionMartin Lucina2010-12-101-0/+15
| * | | xfrm: Fix xfrm_state_migrate leakThomas Egerer2010-12-091-1/+1
| * | | econet: Fix crash in aun_incoming().David S. Miller2010-12-081-1/+5
| * | | tcp: protect sysctl_tcp_cookie_size readsEric Dumazet2010-12-081-12/+15
| * | | tcp: avoid a possible divide by zeroEric Dumazet2010-12-081-2/+4
| * | | tcp: Replace time wait bucket msg by counterTom Herbert2010-12-082-1/+2
| * | | x25: decrement netdev reference counts on unloadApollon Oikonomopoulos2010-12-081-0/+1
| * | | l2tp: Fix modalias of l2tp_ipMichal Marek2010-12-081-1/+5
| * | | econet: Do the correct cleanup after an unprivileged SIOCSIFADDR.Nelson Elhage2010-12-081-2/+4
| * | | llc: fix a device refcount imbalanceEric Dumazet2010-12-081-2/+3
| * | | tcp: Bug fix in initialization of receive window.Nandita Dukkipati2010-12-081-5/+4
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-12-083-4/+15
| |\| |
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2010-12-021-3/+3
| | |\ \
| | | * | Bluetooth: Fix not returning proper error in SCOGustavo F. Padovan2010-11-221-3/+3
| | * | | mac80211: Fix STA disconnect due to MIC failureSenthil Balasubramanian2010-11-301-0/+2
| | * | | mac80211: ignore non-bcast mcast deauth/disassoc franesChristian Lamparter2010-11-301-0/+4